MLControllerStateEx
Module: Controller
A structure containing information about the current state of this controller. More...
#include <ml_controller.h>
Public Attributes
Type | Name |
---|---|
uint8_t | controller_id |
MLCoordinateFrameUID | coord_frame_controller |
MLCoordinateFrameUID | raw_coord_frame_controller |
MLControllerStatus | status |
Detailed Description
struct MLControllerStateEx;
A structure containing information about the current state of this controller.
API Level:
- 21
Public Attributes Documentation
controller_id
uint8_t controller_id;
ID of this controller.
coord_frame_controller
MLCoordinateFrameUID coord_frame_controller;
Smooth filtered coordinate frame identifier for this Controller.
raw_coord_frame_controller
MLCoordinateFrameUID raw_coord_frame_controller;
Raw coordinate frame identifier for this Controller.
status
MLControllerStatus status;
Type | Description |
---|---|
MLControllerStatus | Stream mode for controller stream. |
Current controller stream status.