GPUDevice: Remove mouse pointer position
This commit is contained in:
@@ -38,7 +38,6 @@ Q_SIGNALS:
|
||||
void windowRestoredEvent();
|
||||
void windowKeyEvent(int key_code, bool pressed);
|
||||
void windowTextEntered(const QString& text);
|
||||
void windowMouseMoveEvent(bool relative, float x, float y);
|
||||
void windowMouseButtonEvent(int button, bool pressed);
|
||||
void windowMouseWheelEvent(const QPoint& angle_delta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user