mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Add function to retrieve all available joystick buttons
This commit is contained in:
committed by
Mat Sutcliffe
parent
2503a55dae
commit
e5c435f281
@@ -17,6 +17,7 @@
|
||||
#include "blackinput/joystick.h"
|
||||
#include "blackinput/keyboard.h"
|
||||
#include "blackmisc/input/hotkeycombination.h"
|
||||
#include "blackmisc/input/joystickbuttonlist.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
@@ -96,6 +97,9 @@ namespace BlackCore
|
||||
//! Releases all devices
|
||||
void releaseDevices();
|
||||
|
||||
//! \copydoc BlackInput::IJoystick::getAllAvailableJoystickButtons()
|
||||
BlackMisc::Input::CJoystickButtonList getAllAvailableJoystickButtons() const;
|
||||
|
||||
signals:
|
||||
//! Event hotkeyfunction occured
|
||||
void remoteActionFromLocal(const QString &action, bool argument);
|
||||
|
||||
Reference in New Issue
Block a user