diff render_sdl.h @ 1623:18a946ec74c8

Pull current controller config in binding UI from whatever the actual binding code would end up using
author Michael Pavone <pavone@retrodev.com>
date Wed, 24 Oct 2018 21:10:12 -0700
parents 437e80a700aa
children 56a1171e29b9
line wrap: on
line diff
--- a/render_sdl.h	Tue Oct 09 09:29:28 2018 -0700
+++ b/render_sdl.h	Wed Oct 24 21:10:12 2018 -0700
@@ -12,6 +12,7 @@
 void render_set_gl_context_handlers(ui_render_fun destroy, ui_render_fun create);
 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);
 
 #endif //RENDER_SDL_H_