swift
|
MacOS implemenation of IJoystick. More...
Public Member Functions | |
CJoystickMacOS (CJoystickMacOS const &)=delete | |
Copy Constructor. | |
CJoystickMacOS & | operator= (CJoystickMacOS const &)=delete |
Assignment operator. | |
virtual | ~CJoystickMacOS () |
Destructor. | |
virtual swift::misc::input::CJoystickButtonList | getAllAvailableJoystickButtons () const |
Get all available joystick buttons. More... | |
![]() | |
IJoystick (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~IJoystick () |
Destructor. | |
Protected Member Functions | |
virtual bool | init () |
Initializes the platform joystick devices. | |
Friends | |
class | IJoystick |
Additional Inherited Members | |
![]() | |
void | buttonCombinationChanged (const swift::misc::input::CHotkeyCombination &) |
Joystick button combination has changed. | |
![]() | |
static std::unique_ptr< IJoystick > | create (QObject *parent=nullptr) |
Creates a native joystick handler object. | |
MacOS implemenation of IJoystick.
Definition at line 56 of file joystickmacos.h.
|
virtual |
Get all available joystick buttons.
Reimplemented from swift::input::IJoystick.
Definition at line 111 of file joystickmacos.mm.