MLControllerSystemStateEx
Module: Controller
A structure containing information about the current state of the controller system. More...
#include <ml_controller.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | version |
| MLControllerStateEx[MLController_MaxActive] | controller_state |
Detailed Description
struct MLControllerSystemStateEx;
A structure containing information about the current state of the controller system.
API Level:
- 21
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
controller_state
MLControllerStateEx[MLController_MaxActive] controller_state;
| Type | Description |
|---|---|
| MLControllerStateEx[MLController_MaxActive] | A structure containing information about the current state of this controller. [MLController_MaxActive] |
State objects for each connected and active controller.