mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Changed QString to char* for SpacemouseManager
This commit is contained in:
parent
3307ee7ef7
commit
f86518df08
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <controllers/UserInputMapper.h>
|
||||
|
||||
const QString SpacemouseManager::NAME { "Spacemouse" };
|
||||
const char* SpacemouseManager::NAME { "Spacemouse" };
|
||||
|
||||
const float MAX_AXIS = 75.0f; // max forward = 2x speed
|
||||
#define LOGITECH_VENDOR_ID 0x46d
|
||||
|
|
Loading…
Reference in a new issue