diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-10-24 21:10:12 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-10-24 21:10:12 -0700 |
commit | 9032f0c6e641189e659ddcad18f8d458c6662c25 (patch) | |
tree | 9541ffb98b7ad3fc9e5e3151af285e2d1df2f1f6 /bindings.h | |
parent | 58d486e0173fd732745dc2708bc706328642ea1b (diff) |
Pull current controller config in binding UI from whatever the actual binding code would end up using
Diffstat (limited to 'bindings.h')
-rw-r--r-- | bindings.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef enum { 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); |