diff blastem.h @ 971:e28f365605da

Move mouse mode and capture state to emulation context so it persists properly when switching between the menu and the game
author Michael Pavone <pavone@retrodev.com>
date Thu, 21 Apr 2016 22:08:26 -0700
parents 750995b587a0
children 902c53d9c16f
line wrap: on
line diff
--- a/blastem.h	Thu Apr 21 18:48:15 2016 -0700
+++ b/blastem.h	Thu Apr 21 22:08:26 2016 -0700
@@ -49,6 +49,8 @@
 	uint8_t         bus_busy;
 	uint8_t         should_exit;
 	uint8_t         save_state;
+	uint8_t         mouse_mode;
+	uint8_t         mouse_captured;
 	eeprom_state    eeprom;
 };