|
VGamepad PC
The PC app for the virtual game controller.
|
Namespaces | |
| namespace | setting_keys |
| A namespace to maintain the key names for settings. | |
Variables | |
| const QString | setting_keys::mouse_sensitivity = "mouse_setting/mouse_sensitivity" |
| const QString | setting_keys::executor_type = "server/executor_type" |
| const QString | setting_keys::server_port = "server/port" |
| const QMap< setting_keys::button_keys, QString > | button_settings |
| const QMap< setting_keys::thumbstick_keys, QString > | thumbstick_settings |
| const QMap< setting_keys::trigger_keys, QString > | trigger_settings |
|
inline |
A Qmap to map the keys in namespace to corresponding settings name in string format. Used for profile .ini files only, not for VirtualGamePad.ini.
|
inline |
A QMap to map thumbstick keys to corresponding settings names in string format. Used for profile .ini files only, not for VirtualGamePad.ini.
|
inline |
A QMap to map trigger keys to corresponding settings names in string format. Used for profile .ini files only, not for VirtualGamePad.ini.