|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OOJoystickManager.h>
Public Attributes | |
| uint32_t | type |
| uint8_t | which |
| uint8_t | button |
| int | state |
Definition at line 224 of file OOJoystickManager.h.
| uint8_t JoyButtonEvent::button |
Definition at line 228 of file OOJoystickManager.h.
Referenced by OOJoystickManager::decodeHatEvent:, and OOMacJoystickManager::handleInputEvent:.
| int JoyButtonEvent::state |
Definition at line 229 of file OOJoystickManager.h.
Referenced by OOJoystickManager::decodeHatEvent:, and OOMacJoystickManager::handleInputEvent:.
| uint32_t JoyButtonEvent::type |
Definition at line 226 of file OOJoystickManager.h.
Referenced by OOJoystickManager::decodeHatEvent:, and OOMacJoystickManager::handleInputEvent:.
| uint8_t JoyButtonEvent::which |
Definition at line 227 of file OOJoystickManager.h.
Referenced by OOJoystickManager::decodeHatEvent:, and OOMacJoystickManager::handleInputEvent:.