summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend')
-rw-r--r--src/input/frontend/qaxisactionhandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/frontend/qaxisactionhandler.h b/src/input/frontend/qaxisactionhandler.h
index e77e088b2..e5df8f534 100644
--- a/src/input/frontend/qaxisactionhandler.h
+++ b/src/input/frontend/qaxisactionhandler.h
@@ -64,8 +64,9 @@ public Q_SLOTS:
Q_SIGNALS:
void logicalDeviceChanged(Qt3DInput::QLogicalDevice *logicalDevice);
- void actionStarted(const QString &name);
- void actionFinished(const QString &name);
+ void actionStarted(QString name);
+ void actionFinished(QString name);
+ void axisValueChanged(QString name, float axisValue);
protected:
Q_DECLARE_PRIVATE(QAxisActionHandler)