mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33:49 +02:00
fix one more tab
This commit is contained in:
parent
642438a259
commit
69971a3439
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace controller {
|
|||
Q_INVOKABLE QVector<QString> getDeviceNames();
|
||||
Q_INVOKABLE int findAction(QString actionName);
|
||||
Q_INVOKABLE QVector<QString> getActionNames() const;
|
||||
|
||||
|
||||
Q_INVOKABLE float getValue(const int& source) const;
|
||||
Q_INVOKABLE float getButtonValue(StandardButtonChannel source, uint16_t device = 0) const;
|
||||
Q_INVOKABLE float getAxisValue(StandardAxisChannel source, uint16_t device = 0) const;
|
||||
|
|
Loading…
Reference in a new issue