More callbacks implemented

This commit is contained in:
Alexander Bock
2014-12-06 12:46:52 +01:00
parent 9f7e1581de
commit 0a0543cc94
3 changed files with 20 additions and 4 deletions
+1
View File
@@ -39,6 +39,7 @@ public:
void deinitializeGL();
bool mouseButtonCallback(int key, int action);
bool mouseWheelCallback(int position);
bool keyCallback(int key, int action);
bool charCallback(unsigned int character);