Attempted to make property window always on top... ineffective

This commit is contained in:
andreja6
2019-11-05 22:51:27 -08:00
parent f9a1eea0d2
commit 01bc10f852
3 changed files with 18 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ class Application { // : public GApp {
void onMouseRightUp(int x, int y);
void onMouseMoved(int x, int y);
void onMouseWheel(int x, int y, short delta);
void setFocus(bool isFocused);
int getMode();
CameraController cameraController;
UserInput* userInput;