Made mouse cursor not flicker

This commit is contained in:
andreja6
2018-06-02 15:24:32 -07:00
parent 39f68e1acc
commit 0cf7813bea
5 changed files with 16 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ public:
~Globals(void);
static DataModelInstance* dataModel;
static bool showMouse;
static POINT mousepoint;
static bool useMousePoint;
static const int gen;
static const int major;
static const int minor;