X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;fp=src%2Finit.hpp;h=a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5;hb=ea1ce7b0fb7709ae56977480821ac96a231a0686;hp=bf6191b1daf6e1c3e7a8afacb13b3c5d87d0d532;hpb=d18be10ef3f0a7b61c6f5c4c4096ca2b776c75b3;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index bf6191b..a2f2de7 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -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();