From e64e352815cb80d4aa0b709b86ad30abb6b6ef8c Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Sun, 19 Jun 2016 16:22:13 +0200 Subject: DM: Add G0326_B_RefreshMousePointerInMainLoop, G0598_B_MousePointerBitmapUpdated --- engines/dm/eventman.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3