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

@ -23,7 +23,7 @@ public Q_SLOTS:
void reloadBinding();
protected Q_SLOTS:
void onPressed();
void onClicked();
void onInputListenTimerTimeout();
protected: