Skip to main content
Version: 20 Mar 2024

MLControllerSystemStateEx

Module: Controller

A structure containing information about the current state of the controller system. More...

#include <ml_controller.h>

Public Attributes

TypeName
uint32_tversion
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;
TypeDescription
MLControllerStateEx[MLController_MaxActive]A structure containing information about the current state of this controller. [MLController_MaxActive]

State objects for each connected and active controller.