Example #1
0
 public static extern float WVR_GetDeviceBatteryPercentage_Android(WVR_DeviceType type);
Example #2
0
 public override bool GetInputButtonState(WVR_DeviceType type, WVR_InputId id)
 {
     return(WVR_GetInputButtonState_Android(type, id));
 }
Example #3
0
 public override void SetPosePredictEnabled(WVR_DeviceType type, bool enabled_position_predict, bool enable_rotation_predict)
 {
     WVR_SetPosePredictEnabled_Android(type, enabled_position_predict, enable_rotation_predict);
 }
Example #4
0
 public static extern int WVR_GetInputTypeCount_Android(WVR_DeviceType type, WVR_InputType inputType);
Example #5
0
 public override bool GetDeviceErrorState(WVR_DeviceType dev_type, WVR_DeviceErrorState error_state)
 {
     return(WVR_GetDeviceErrorState_Android(dev_type, error_state));
 }
Example #6
0
 public static extern void WVR_SetParameters_Android(WVR_DeviceType type, IntPtr pchValue);
Example #7
0
 public static extern uint WVR_GetParameters_Android(WVR_DeviceType type, IntPtr pchValue, IntPtr retValue, uint unBufferSize);
Example #8
0
 public override WVR_BatteryTemperatureStatus GetBatteryTemperatureStatus(WVR_DeviceType type)
 {
     return(WVR_GetBatteryTemperatureStatus_Android(type));
 }
Example #9
0
 public static extern float WVR_GetBatteryTemperature_Android(WVR_DeviceType type);
Example #10
0
 public override WVR_ChargeStatus GetChargeStatus(WVR_DeviceType type)
 {
     return(WVR_GetChargeStatus_Android(type));
 }
Example #11
0
 public static extern WVR_BatteryTemperatureStatus WVR_GetBatteryTemperatureStatus_Android(WVR_DeviceType type);
Example #12
0
 public static extern WVR_ChargeStatus WVR_GetChargeStatus_Android(WVR_DeviceType type);
Example #13
0
 public override int GetInputDeviceCapability(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputDeviceCapability_Android(type, inputType));
 }
Example #14
0
 public override float GetDeviceBatteryPercentage(WVR_DeviceType type)
 {
     return(WVR_GetDeviceBatteryPercentage_Android(type));
 }
Example #15
0
 public static extern WVR_NumDoF WVR_GetDegreeOfFreedom_Android(WVR_DeviceType type);
Example #16
0
 public override float GetBatteryTemperature(WVR_DeviceType type)
 {
     return(WVR_GetBatteryTemperature_Android(type));
 }
Example #17
0
 public override WVR_NumDoF GetDegreeOfFreedom(WVR_DeviceType type)
 {
     return(WVR_GetDegreeOfFreedom_Android(type));
 }
Example #18
0
 public static extern WVR_AnalogType WVR_GetInputDeviceAnalogType_Android(WVR_DeviceType type, WVR_InputId id);
Example #19
0
 public override void SetParameters(WVR_DeviceType type, IntPtr pchValue)
 {
     WVR_SetParameters_Android(type, pchValue);
 }
Example #20
0
 public override WVR_AnalogType GetInputDeviceAnalogType(WVR_DeviceType type, WVR_InputId id)
 {
     return(WVR_GetInputDeviceAnalogType_Android(type, id));
 }
Example #21
0
 public override uint GetParameters(WVR_DeviceType type, IntPtr pchValue, IntPtr retValue, uint unBufferSize)
 {
     return(WVR_GetParameters_Android(type, pchValue, retValue, unBufferSize));
 }
Example #22
0
 public static extern bool WVR_GetInputDeviceState_Android(WVR_DeviceType type, uint inputMask, ref uint buttons, ref uint touches,
                                                           [In, Out] WVR_AnalogState_t[] analogArray, uint analogArrayCount);
Example #23
0
 public static extern bool WVR_GetDeviceErrorState_Android(WVR_DeviceType dev_type, WVR_DeviceErrorState error_state);
Example #24
0
 public override bool GetInputDeviceState(WVR_DeviceType type, uint inputMask, ref uint buttons, ref uint touches,
                                          [In, Out] WVR_AnalogState_t[] analogArray, uint analogArrayCount)
 {
     return(WVR_GetInputDeviceState_Android(type, inputMask, ref buttons, ref touches, analogArray, analogArrayCount));
 }
Example #25
0
 public override int GetInputTypeCount(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputTypeCount_Android(type, inputType));
 }
Example #26
0
 public static extern bool WVR_IsDeviceSuspend_Android(WVR_DeviceType type);
Example #27
0
 public static extern void WVR_SetPosePredictEnabled_Android(WVR_DeviceType type, bool enabled_position_predict, bool enable_rotation_predict);
Example #28
0
 public override bool IsDeviceSuspend(WVR_DeviceType type)
 {
     return(WVR_IsDeviceSuspend_Android(type));
 }
Example #29
0
 public static extern bool WVR_GetInputTouchState_Android(WVR_DeviceType type, WVR_InputId id);
Example #30
0
 public static extern int WVR_GetInputDeviceCapability_Android(WVR_DeviceType type, WVR_InputType inputType);