comparison bindings.h @ 1696:956c1cce05e2 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Thu, 24 Jan 2019 19:15:59 -0800
parents 12d0c7c4ad80
children 0c723b8b637c
comparison
equal deleted inserted replaced
1648:b7ecd0d6a77b 1696:956c1cce05e2
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_