From 3fc07a02d5213a88ebb555d3133af2746600cf61 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 18 Aug 2023 15:01:58 +0300 Subject: Window events. --- include/state.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index ef30dfa..13a7c6c 100644 --- a/include/state.h +++ b/include/state.h @@ -80,6 +80,13 @@ typedef struct { size_t lightCount; size_t lightAlloc; /* Raylib GLFW input callback events. */ + /* Window events. */ + GLFWwindowsizefun raylibWindowSizeCallback; + GLFWwindowmaximizefun raylibWindowMaximizeCallback; + GLFWwindowiconifyfun raylibWindowIconifyCallback; + GLFWwindowfocusfun raylibWindowFocusCallback; + GLFWdropfun raylibWindowDropCallback; + /* Input events. */ GLFWkeyfun raylibKeyCallback; GLFWcharfun raylibCharCallback; GLFWmousebuttonfun raylibMouseButtonCallback; -- cgit v1.2.3