]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
mouse controlled camera pitch/yaw
[blank.git] / src / init.hpp
index bf6191b1daf6e1c3e7a8afacb13b3c5d87d0d532..a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5 100644 (file)
@@ -54,6 +54,12 @@ public:
        Window(const Window &) = delete;
        Window &operator =(const Window &) = delete;
 
+       void GrabInput();
+       void ReleaseInput();
+
+       void GrabMouse();
+       void ReleaseMouse();
+
        GLContext CreateContext();
 
        void Flip();