Qt: Mouse button binding support
This commit is contained in:
@@ -21,6 +21,7 @@ Q_SIGNALS:
|
||||
void windowRestoredEvent();
|
||||
void windowClosedEvent();
|
||||
void windowKeyEvent(int key_code, bool pressed);
|
||||
void windowMouseEvent(int button, bool pressed);
|
||||
|
||||
protected:
|
||||
bool event(QEvent* event) override;
|
||||
|
||||
Reference in New Issue
Block a user