diff options
author | Bendegúz Nagy | 2016-06-19 16:22:13 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | e64e352815cb80d4aa0b709b86ad30abb6b6ef8c (patch) | |
tree | 936da5c8ec186c4daf7436095d76e934a7e42af9 | |
parent | f4f4c867a41a8bd306c3ec288e5b948ad1bf7e25 (diff) | |
download | scummvm-rg350-e64e352815cb80d4aa0b709b86ad30abb6b6ef8c.tar.gz scummvm-rg350-e64e352815cb80d4aa0b709b86ad30abb6b6ef8c.tar.bz2 scummvm-rg350-e64e352815cb80d4aa0b709b86ad30abb6b6ef8c.zip |
DM: Add G0326_B_RefreshMousePointerInMainLoop, G0598_B_MousePointerBitmapUpdated
-rw-r--r-- | engines/dm/eventman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h index b2834e813e..f72a985c58 100644 --- a/engines/dm/eventman.h +++ b/engines/dm/eventman.h @@ -199,6 +199,8 @@ class EventManager { public: MouseInput* _primaryMouseInput;// @ G0441_ps_PrimaryMouseInput MouseInput* _secondaryMouseInput;// @ G0442_ps_SecondaryMouseInput + bool _mousePointerBitmapUpdated; // @ G0598_B_MousePointerBitmapUpdated + bool _refreshMousePointerInMainLoop; // @ G0326_B_RefreshMousePointerInMainLoop bool _highlightBoxEnabled; // @ G0341_B_HighlightBoxEnabled uint16 _useChampionIconOrdinalAsMousePointerBitmap; // @ G0599_ui_UseChampionIconOrdinalAsMousePointerBitmap EventManager(DMEngine *vm); |