summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/state.h b/include/state.h
index 8168535..309a284 100644
--- a/include/state.h
+++ b/include/state.h
@@ -37,9 +37,9 @@ typedef struct {
GLFWcursorenterfun raylibCursorEnterCallback;
GLFWjoystickfun raylibJoystickCallback;
/* NOTE! Experimental. Needs glfw PR https://github.com/glfw/glfw/pull/1445 */
- GLFWpentabletdatafun glfwtabletDataCallback;
- GLFWpentabletcursorfun glfwtabletCursorCallback;
- GLFWpentabletproximityfun glfwtabletProximityCallback;
+ GLFWpentabletdatafun glfwTabletDataCallback;
+ GLFWpentabletcursorfun glfwTabletCursorCallback;
+ GLFWpentabletproximityfun glfwTabletProximityCallback;
#elif PLATFORM_DESKTOP_SDL
int SDL_eventQueueLen;
SDL_Event* SDL_eventQueue;