Qt: Mouse button binding support

This commit is contained in:
Connor McLaughlin
2020-04-26 17:23:42 +10:00
parent ce46475e41
commit 3723cd5867
6 changed files with 28 additions and 4 deletions

View File

@@ -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;