Provide a setting for system default input

Provide the setting "[System Default]" which instructs the SDL driver to
use the default device of the system as the input device. In the
configuration file this option is represented as an empty string. This
should play well with the current existing configuration of the users.
This commit is contained in:
Michael Gregorius
2024-06-01 20:25:10 +02:00
parent 33139b9f4c
commit 29c43c2bb6
2 changed files with 24 additions and 5 deletions

View File

@@ -69,6 +69,8 @@ public:
private:
QLineEdit * m_device;
QComboBox* m_inputDeviceComboBox = nullptr;
static QString s_defaultInputDevice;
} ;