mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Add method to get joystick button name including a device prefix
This commit is contained in:
committed by
Mat Sutcliffe
parent
e5c435f281
commit
68907258a5
@@ -86,6 +86,9 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::String::toQString
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! Returns the button name with the device name prefix
|
||||
QString asStringWithDeviceNames() const;
|
||||
|
||||
private:
|
||||
CKeyboardKeyList m_keyboardKeys;
|
||||
CJoystickButtonList m_joystickButtons;
|
||||
|
||||
Reference in New Issue
Block a user