mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 13:38:35 -05:00
More callbacks implemented
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user