diff options
| author | jussi | 2024-08-05 23:35:57 +0300 |
|---|---|---|
| committer | jussi | 2024-08-05 23:35:57 +0300 |
| commit | b011b2ca4e161fea2a742cb9b1673cd84cf0eba5 (patch) | |
| tree | e8a46e45013cc0c2ad27a9f045349ae790cd0a07 /include/state.h | |
| parent | c6eb85b3674c36cfc426486d866a78dfc5452ae0 (diff) | |
| download | reilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.tar.gz reilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.tar.bz2 reilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.zip | |
GetRayBoxCells fix.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 6 |
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; |
