Enable the right stick to scroll the settings page. Fixes #220

This commit is contained in:
Cameron Gutman
2020-05-06 22:38:41 -07:00
parent f30c11ddf4
commit fbaa70a2ae
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
private:
void sendKey(QEvent::Type type, Qt::Key key, Qt::KeyboardModifiers modifiers = Qt::NoModifier);
void sendWheel(QPoint& angleDelta);
private slots:
void onPollingTimerFired();