Space Engineers
Public Member Functions | List of all members
VRage.OpenVRWrapper.ControllerState Class Reference

Public Member Functions

void Update (CVRSystem system, uint id)
 
void Clear ()
 
bool IsButtonPressed (EVRButtonId button)
 
bool WasButtonPressed (EVRButtonId button)
 
bool WasButtonReleased (EVRButtonId button)
 
bool IsButtonTouched (EVRButtonId button)
 
bool GetTouchpadXY (ref Vector2 pos)
 
float GetAnalogTrigger ()
 

Detailed Description

Definition at line 42 of file ControllerState.cs.

Member Function Documentation

void VRage.OpenVRWrapper.ControllerState.Clear ( )
inline

Definition at line 61 of file ControllerState.cs.

float VRage.OpenVRWrapper.ControllerState.GetAnalogTrigger ( )
inline

Definition at line 94 of file ControllerState.cs.

bool VRage.OpenVRWrapper.ControllerState.GetTouchpadXY ( ref Vector2  pos)
inline

Definition at line 83 of file ControllerState.cs.

bool VRage.OpenVRWrapper.ControllerState.IsButtonPressed ( EVRButtonId  button)
inline

Definition at line 66 of file ControllerState.cs.

bool VRage.OpenVRWrapper.ControllerState.IsButtonTouched ( EVRButtonId  button)
inline

Definition at line 79 of file ControllerState.cs.

void VRage.OpenVRWrapper.ControllerState.Update ( CVRSystem  system,
uint  id 
)
inline

Definition at line 48 of file ControllerState.cs.

bool VRage.OpenVRWrapper.ControllerState.WasButtonPressed ( EVRButtonId  button)
inline

Definition at line 70 of file ControllerState.cs.

bool VRage.OpenVRWrapper.ControllerState.WasButtonReleased ( EVRButtonId  button)
inline

Definition at line 74 of file ControllerState.cs.


The documentation for this class was generated from the following file: