diff render_sdl.h @ 1862:e07fc3d473b2

Basic UI navigation with controller
author Michael Pavone <pavone@retrodev.com>
date Wed, 08 May 2019 23:44:40 -0700
parents 56a1171e29b9
children 6a07b13894f7
line wrap: on
line diff
--- a/render_sdl.h	Fri May 03 18:56:12 2019 -0700
+++ b/render_sdl.h	Wed May 08 23:44:40 2019 -0700
@@ -11,5 +11,6 @@
 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_