aboutsummaryrefslogtreecommitdiffstats
path: root/src/window/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/Window.hpp')
-rw-r--r--src/window/Window.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window/Window.hpp b/src/window/Window.hpp
index fe3b054..4457898 100644
--- a/src/window/Window.hpp
+++ b/src/window/Window.hpp
@@ -17,7 +17,8 @@ public:
void Resize(int w, int h);
void MakeContextCurrent();
- void SetCursorMode(int mode);
+ int GetCursorMode();
+ void ToggleCursorMode();
bool IsShouldClose();
void SetShouldClose(int flag);
void SwapBuffers();