|
Gateware Libraries
6.3.A
Beta Build
|
Ensure identical binary padding for structures on all platforms. More...
#include <GController.h>
Public Attributes | |
| int | controllerIndex |
| int | controllerID |
| int | inputCode |
| float | inputValue |
| int | isConnected |
Ensure identical binary padding for structures on all platforms.
GCONTROLLER_EVENT_DATA will hold the information about a controller event
| int GW::SYSTEM::GCONTROLLER_EVENT_DATA::controllerID |
The Controller ID of the controller that sent the event
| int GW::SYSTEM::GCONTROLLER_EVENT_DATA::controllerIndex |
The Controller index where the event took place
| int GW::SYSTEM::GCONTROLLER_EVENT_DATA::inputCode |
The Code repsenting the Detected input
| float GW::SYSTEM::GCONTROLLER_EVENT_DATA::inputValue |
The value of the detected input
| int GW::SYSTEM::GCONTROLLER_EVENT_DATA::isConnected |
Value indicating whether the controller is connected