diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-05-01 09:44:44 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-05-01 09:44:44 -0700 |
commit | 402a4dd637fd6cee7a1b76ca8ac895659b400032 (patch) | |
tree | 4e0f534facd338ae2246d003dd7f773b8bf21183 /io.h | |
parent | e3ce641cfe3b52dc373e79b6c160167569f1259e (diff) |
Release capture of mouse and keyboard when entering UI
Diffstat (limited to 'io.h')
-rw-r--r-- | io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ void handle_mousedown(int mouse, int button); void handle_mouseup(int mouse, int button); void io_serialize(io_port *port, serialize_buffer *buf); void io_deserialize(deserialize_buffer *buf, void *vport); +void io_release_capture(sega_io *io); +void io_reacquire_capture(sega_io *io); extern const char * device_type_names[]; |