mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Add function to retrieve all available joystick buttons
This commit is contained in:
committed by
Mat Sutcliffe
parent
2503a55dae
commit
e5c435f281
@@ -36,6 +36,9 @@ namespace BlackInput
|
||||
//! Creates a native joystick handler object
|
||||
static std::unique_ptr<IJoystick> create(QObject *parent = nullptr);
|
||||
|
||||
//! Get all available joystick buttons
|
||||
virtual BlackMisc::Input::CJoystickButtonList getAllAvailableJoystickButtons() const { return {}; }
|
||||
|
||||
signals:
|
||||
//! Joystick button combination has changed
|
||||
void buttonCombinationChanged(const BlackMisc::Input::CHotkeyCombination &);
|
||||
|
||||
Reference in New Issue
Block a user