Removed incorrect mouse
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
Globals(void);
|
||||
~Globals(void);
|
||||
static DataModelInstance* dataModel;
|
||||
static bool showMouse;
|
||||
//static bool showMouse;
|
||||
static POINT mousepoint;
|
||||
static bool useMousePoint;
|
||||
static const int gen;
|
||||
|
||||
@@ -26,9 +26,9 @@ public:
|
||||
virtual void onMouseScroll(Mouse);//Kinda
|
||||
virtual void onKeyDown(int);//yes
|
||||
virtual void onKeyUp(int);//yes
|
||||
virtual int getCursorId();//yes
|
||||
//virtual int getCursorId();//yes
|
||||
protected:
|
||||
virtual void setCursor(std::string);
|
||||
//virtual void setCursor(std::string);
|
||||
private:
|
||||
std::string cursorString;
|
||||
//std::string cursorString;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user