From 2b330bbadbeb35807b4831ab6275f6e2867029b5 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 27 Nov 2023 23:16:49 +0200 Subject: Experimental pen tablet events. --- include/state.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/state.h') 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; -- cgit v1.2.3