From 21eb3f90c427b3b84801754e92bebb418a8d9391 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 28 Nov 2023 22:39:10 +0200 Subject: Platform specific API documentation generation. --- include/state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 0ebd828..4eb5dcd 100644 --- a/include/state.h +++ b/include/state.h @@ -17,13 +17,13 @@ typedef struct { int *RLGLcurrentShaderLocs; /* Events. */ #ifdef PLATFORM_DESKTOP - /* Window events. */ + /* Window events. */ GLFWwindowsizefun raylibWindowSizeCallback; GLFWwindowmaximizefun raylibWindowMaximizeCallback; GLFWwindowiconifyfun raylibWindowIconifyCallback; GLFWwindowfocusfun raylibWindowFocusCallback; GLFWdropfun raylibWindowDropCallback; - /* Input events. */ + /* Input events. */ GLFWkeyfun raylibKeyCallback; GLFWcharfun raylibCharCallback; GLFWmousebuttonfun raylibMouseButtonCallback; -- cgit v1.2.3