diff bindings.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 430dd12e4010
children 12d0c7c4ad80
line wrap: on
line diff
--- a/bindings.h	Tue Oct 09 09:29:28 2018 -0700
+++ b/bindings.h	Wed Oct 24 21:10:12 2018 -0700
@@ -11,6 +11,7 @@
 
 void set_bindings(void);
 void bindings_set_mouse_mode(uint8_t mode);
+tern_node *get_binding_node_for_pad(int padnum);
 void handle_keydown(int keycode, uint8_t scancode);
 void handle_keyup(int keycode, uint8_t scancode);
 void handle_joydown(int joystick, int button);