Mercurial > repos > blastem
comparison bindings.h @ 2627:df6dbf229e2f
Prevent gamepad binds from firing while remapping a gamepad
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 22 Feb 2025 23:33:12 -0800 |
parents | e836cf11783b |
children | 99297d5f4c5d |
comparison
equal
deleted
inserted
replaced
2626:36aa9ead0e62 | 2627:df6dbf229e2f |
---|---|
28 uint8_t bind_down(const char *target); | 28 uint8_t bind_down(const char *target); |
29 | 29 |
30 void bindings_release_capture(void); | 30 void bindings_release_capture(void); |
31 void bindings_reacquire_capture(void); | 31 void bindings_reacquire_capture(void); |
32 void set_content_binding_state(uint8_t enabled); | 32 void set_content_binding_state(uint8_t enabled); |
33 void bindings_set_joy_state(int joystick, uint8_t enabled); | |
33 | 34 |
34 #endif //BINDINGS_H_ | 35 #endif //BINDINGS_H_ |