@@ -8,6 +8,7 @@ private:
static Cursor* instance;
bool enabled;
public:
Vec2f mousePosition;
~Cursor();
@@ -17,6 +18,10 @@ public:
void enable(bool enable);
bool isEnabled(void);
bool clicked;
int state, prev;
void draw(void);
void update(Vec2f newPosition);
};
The note is not visible to the blocked user.