From d19864947b6e8ea1049a56ca3d965691c51b4108 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 18 Nov 2023 17:11:36 +0200 Subject: Joystick event. --- include/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 1172086..a777f40 100644 --- a/include/state.h +++ b/include/state.h @@ -27,6 +27,7 @@ typedef struct { GLFWcursorposfun raylibMouseCursorPosCallback; GLFWscrollfun raylibMouseScrollCallback; GLFWcursorenterfun raylibCursorEnterCallback; + GLFWjoystickfun raylibJoystickCallback; } State; extern State *state; -- cgit v1.2.3