comparison bindings.h @ 1672:12d0c7c4ad80

Disable most bindings when UI is active
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Jan 2019 09:14:49 -0800
parents 18a946ec74c8
children 0c723b8b637c
comparison
equal deleted inserted replaced
1671:05c34078e1ac 1672:12d0c7c4ad80
23 void handle_mousedown(int mouse, int button); 23 void handle_mousedown(int mouse, int button);
24 void handle_mouseup(int mouse, int button); 24 void handle_mouseup(int mouse, int button);
25 25
26 void bindings_release_capture(void); 26 void bindings_release_capture(void);
27 void bindings_reacquire_capture(void); 27 void bindings_reacquire_capture(void);
28 void set_content_binding_state(uint8_t enabled);
28 29
29 #endif //BINDINGS_H_ 30 #endif //BINDINGS_H_