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

@@ -6,6 +6,8 @@ int const Globals::major = 0;
int const Globals::minor = 4;
int const Globals::patch = 2;
bool Globals::showMouse = true;
bool Globals::useMousePoint = false;
POINT Globals::mousepoint;
Globals::Globals(void){}
Globals::~Globals(void){}