cohtml.Net.GamepadStateExtended
Extended representation of the gamepad state, including information for controllers that support motion tracking.
Inherits from SystemIDisposable
Public Functions
Name | |
---|---|
virtual void | Dispose() |
GamepadStateExtended() |
Public Properties
Name | |
---|---|
GamepadHand | Hand The hand that controller belongs to. |
GamepadPoseState | Pose The motion tracking state of the controller. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function GamepadStateExtended
GamepadStateExtended()
Public Property Documentation
property Hand
GamepadHand Hand;
The hand that controller belongs to.
property Pose
GamepadPoseState Pose;
The motion tracking state of the controller.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;