Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <PeripheralBusGCControllerManager.h>
Instance Methods | |
(instancetype) | - initWithName: |
(PERIPHERALS::PeripheralScanResults) | - GetInputDevices |
(void) | - DeviceAdded: |
(void) | - DeviceRemoved: |
(void) | - SetDigitalEvent: |
(void) | - SetAxisEvent: |
(std::vector< kodi::addon::PeripheralEvent >) | - GetButtonEvents |
(std::vector< kodi::addon::PeripheralEvent >) | - GetAxisEvents |
(int) | - GetControllerAxisCount:withControllerType: |
(int) | - GetControllerButtonCount:withControllerType: |
(GCCONTROLLER_TYPE) | - GetControllerType: |
(std::string) | - GetDeviceLocation: |
(void) | - displayMessage:controllerID: |
Properties | |
Input_GCController * | input_GC |
- (vector<) kodi: |
- (vector<) kodi: |
- (int) GetControllerAxisCount: | (int) | deviceId | |
withControllerType: | (GCCONTROLLER_TYPE) | controllerType |
- (int) GetControllerButtonCount: | (int) | deviceId | |
withControllerType: | (GCCONTROLLER_TYPE) | controllerType |
- (GCCONTROLLER_TYPE) GetControllerType: | (int) | deviceID |
- (string) CBPeripheralBusGCControllerManager: | (int) | deviceId |
- (PeripheralScanResults) CBPeripheralBusGCControllerManager: |
- (instancetype) initWithName: | (PERIPHERALS::CPeripheralBusGCController*) | parentClass |
- (void) SetAxisEvent: | (kodi::addon::PeripheralEvent) | event |
- (void) SetDigitalEvent: | (kodi::addon::PeripheralEvent) | event |
|
readwritenonatomicstrong |