diff options
| author | jussi | 2023-11-27 23:16:49 +0200 |
|---|---|---|
| committer | jussi | 2023-11-27 23:16:49 +0200 |
| commit | 2b330bbadbeb35807b4831ab6275f6e2867029b5 (patch) | |
| tree | b32f979ef1dddaaf345e3ede94aefda067f60dbe /include/state.h | |
| parent | b3a956cff204f30edd36a426e471168e7c396801 (diff) | |
| download | reilua-enhanced-2b330bbadbeb35807b4831ab6275f6e2867029b5.tar.gz reilua-enhanced-2b330bbadbeb35807b4831ab6275f6e2867029b5.tar.bz2 reilua-enhanced-2b330bbadbeb35807b4831ab6275f6e2867029b5.zip | |
Experimental pen tablet events.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 4 |
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; |
