summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h
index 40963f5..0ebd828 100644
--- a/include/state.h
+++ b/include/state.h
@@ -31,6 +31,10 @@ typedef struct {
GLFWscrollfun raylibMouseScrollCallback;
GLFWcursorenterfun raylibCursorEnterCallback;
GLFWjoystickfun raylibJoystickCallback;
+ /* NOTE! Experimental. Needs glfw PR https://github.com/glfw/glfw/pull/1445 */
+ GLFWpentabletdatafun glfwtabletDataCallback;
+ GLFWpentabletcursorfun glfwtabletCursorCallback;
+ GLFWpentabletproximityfun glfwtabletProximityCallback;
#elif PLATFORM_DESKTOP_SDL
int SDL_eventQueueLen;
SDL_Event *SDL_eventQueue;