diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-05-08 23:44:40 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-05-08 23:44:40 -0700 |
commit | adf1a574067b9d8debc86d4984502b018d38b123 (patch) | |
tree | b7b24eead4cbc430b1357682a2e50b1dee917e9b /render_sdl.h | |
parent | fb7c8ebe5b784e2bd5c8983565f4314ced2e58b7 (diff) |
Basic UI navigation with controller
Diffstat (limited to 'render_sdl.h')
-rw-r--r-- | render_sdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render_sdl.h b/render_sdl.h index a785d21..932fa50 100644 --- a/render_sdl.h +++ b/render_sdl.h @@ -11,5 +11,6 @@ SDL_Joystick *render_get_joystick(int index); SDL_GameController *render_get_controller(int index); int render_lookup_button(char *name); int render_lookup_axis(char *name); +void render_enable_gamepad_events(uint8_t enabled); #endif //RENDER_SDL_H_ |