ParsecGamepadButtonMessage
Gamepad button message.
Member of ParsecMessage
.
Fields
Type | Name | Description |
---|---|---|
ParsecGamepadButton | button | Gamepad button. |
uint32_t | id | Unique client-provided index identifying the gamepad. |
bool | pressed | true if the button was pressed, false if released. |