Search
lxdream.org :: lxdream/src/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui.h
changeset 839:51f1c4195790
prev736:a02d1475ccfd
next1015:ad448bedc48a
author nkeynes
date Tue Sep 02 03:34:00 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement absolute positioning mouse mode when not grabbed
enable/disable grab on dreamcast start/stop where it's requested
by the controllers
file annotate diff log raw
1.1 --- a/src/gui.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gui.h Tue Sep 02 03:34:00 2008 +0000
1.3 @@ -63,6 +63,13 @@
1.4 void gui_update_state();
1.5
1.6 /**
1.7 + * Notify the GUI to enable/disable mouse grabs according to the flag value.
1.8 + * If the parameter is FALSE and the grab is currently active, the GUI should
1.9 + * immediately cancel the grab.
1.10 + */
1.11 +void gui_set_use_grab( gboolean grab );
1.12 +
1.13 +/**
1.14 * Notify the GUI of I/O activity.
1.15 * @param activity the type of IO activity being reported.
1.16 * @param active TRUE if the I/O device is becoming active, FALSE if inactive.
.