mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Remove more warnings
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
void deinitializeGL();
|
||||
|
||||
bool mouseButtonCallback(int key, int action);
|
||||
bool mouseWheelCallback(int position);
|
||||
bool mouseWheelCallback(double position);
|
||||
bool keyCallback(int key, int action);
|
||||
bool charCallback(unsigned int character);
|
||||
|
||||
|
||||
@@ -108,8 +108,8 @@ public:
|
||||
|
||||
void keyboardCallback(int key, int action);
|
||||
void mouseButtonCallback(int button, int action);
|
||||
void mousePositionCallback(int x, int y);
|
||||
void mouseScrollWheelCallback(int pos);
|
||||
void mousePositionCallback(double x, double y);
|
||||
void mouseScrollWheelCallback(double pos);
|
||||
|
||||
double deltaTime() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user