AxisState(void) const | kodi::addon::PeripheralEvent | inline |
ButtonState(void) const | kodi::addon::PeripheralEvent | inline |
DriverIndex(void) const | kodi::addon::PeripheralEvent | inline |
FreeStruct(PERIPHERAL_EVENT &event) | kodi::addon::PeripheralEvent | inlinestatic |
HatState(void) const | kodi::addon::PeripheralEvent | inline |
MotorState(void) const | kodi::addon::PeripheralEvent | inline |
PeripheralEvent()=default | kodi::addon::PeripheralEvent | |
PeripheralEvent(unsigned int peripheralIndex, unsigned int buttonIndex, JOYSTICK_STATE_BUTTON state) | kodi::addon::PeripheralEvent | inline |
PeripheralEvent(unsigned int peripheralIndex, unsigned int hatIndex, JOYSTICK_STATE_HAT state) | kodi::addon::PeripheralEvent | inline |
PeripheralEvent(unsigned int peripheralIndex, unsigned int axisIndex, JOYSTICK_STATE_AXIS state) | kodi::addon::PeripheralEvent | inline |
PeripheralEvent(const PERIPHERAL_EVENT &event) | kodi::addon::PeripheralEvent | inlineexplicit |
PeripheralIndex(void) const | kodi::addon::PeripheralEvent | inline |
SetAxisState(JOYSTICK_STATE_AXIS state) | kodi::addon::PeripheralEvent | inline |
SetButtonState(JOYSTICK_STATE_BUTTON state) | kodi::addon::PeripheralEvent | inline |
SetDriverIndex(unsigned int index) | kodi::addon::PeripheralEvent | inline |
SetHatState(JOYSTICK_STATE_HAT state) | kodi::addon::PeripheralEvent | inline |
SetMotorState(JOYSTICK_STATE_MOTOR state) | kodi::addon::PeripheralEvent | inline |
SetPeripheralIndex(unsigned int index) | kodi::addon::PeripheralEvent | inline |
SetType(PERIPHERAL_EVENT_TYPE type) | kodi::addon::PeripheralEvent | inline |
ToStruct(PERIPHERAL_EVENT &event) const | kodi::addon::PeripheralEvent | inline |
Type(void) const | kodi::addon::PeripheralEvent | inline |