summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2023-11-28 22:39:10 +0200
committerjussi2023-11-28 22:39:10 +0200
commit21eb3f90c427b3b84801754e92bebb418a8d9391 (patch)
tree5bb8662bcdaf4709b1b486323bd610e863e5816f /include
parent2b330bbadbeb35807b4831ab6275f6e2867029b5 (diff)
downloadreilua-enhanced-21eb3f90c427b3b84801754e92bebb418a8d9391.tar.gz
reilua-enhanced-21eb3f90c427b3b84801754e92bebb418a8d9391.tar.bz2
reilua-enhanced-21eb3f90c427b3b84801754e92bebb418a8d9391.zip
Platform specific API documentation generation.
Diffstat (limited to 'include')
-rw-r--r--include/state.h4
1 files changed, 2 insertions, 2 deletions
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;