Пример #1
0
 public static extern float WVR_GetDeviceBatteryPercentage_Android(WVR_DeviceType type);
Пример #2
0
 public override bool GetInputButtonState(WVR_DeviceType type, WVR_InputId id)
 {
     return(WVR_GetInputButtonState_Android(type, id));
 }
Пример #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);
 }
Пример #4
0
 public static extern int WVR_GetInputTypeCount_Android(WVR_DeviceType type, WVR_InputType inputType);
Пример #5
0
 public override bool GetDeviceErrorState(WVR_DeviceType dev_type, WVR_DeviceErrorState error_state)
 {
     return(WVR_GetDeviceErrorState_Android(dev_type, error_state));
 }
Пример #6
0
 public static extern void WVR_SetParameters_Android(WVR_DeviceType type, IntPtr pchValue);
Пример #7
0
 public static extern uint WVR_GetParameters_Android(WVR_DeviceType type, IntPtr pchValue, IntPtr retValue, uint unBufferSize);
Пример #8
0
 public override WVR_BatteryTemperatureStatus GetBatteryTemperatureStatus(WVR_DeviceType type)
 {
     return(WVR_GetBatteryTemperatureStatus_Android(type));
 }
Пример #9
0
 public static extern float WVR_GetBatteryTemperature_Android(WVR_DeviceType type);
Пример #10
0
 public override WVR_ChargeStatus GetChargeStatus(WVR_DeviceType type)
 {
     return(WVR_GetChargeStatus_Android(type));
 }
Пример #11
0
 public static extern WVR_BatteryTemperatureStatus WVR_GetBatteryTemperatureStatus_Android(WVR_DeviceType type);
Пример #12
0
 public static extern WVR_ChargeStatus WVR_GetChargeStatus_Android(WVR_DeviceType type);
Пример #13
0
 public override int GetInputDeviceCapability(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputDeviceCapability_Android(type, inputType));
 }
Пример #14
0
 public override float GetDeviceBatteryPercentage(WVR_DeviceType type)
 {
     return(WVR_GetDeviceBatteryPercentage_Android(type));
 }
Пример #15
0
 public static extern WVR_NumDoF WVR_GetDegreeOfFreedom_Android(WVR_DeviceType type);
Пример #16
0
 public override float GetBatteryTemperature(WVR_DeviceType type)
 {
     return(WVR_GetBatteryTemperature_Android(type));
 }
Пример #17
0
 public override WVR_NumDoF GetDegreeOfFreedom(WVR_DeviceType type)
 {
     return(WVR_GetDegreeOfFreedom_Android(type));
 }
Пример #18
0
 public static extern WVR_AnalogType WVR_GetInputDeviceAnalogType_Android(WVR_DeviceType type, WVR_InputId id);
Пример #19
0
 public override void SetParameters(WVR_DeviceType type, IntPtr pchValue)
 {
     WVR_SetParameters_Android(type, pchValue);
 }
Пример #20
0
 public override WVR_AnalogType GetInputDeviceAnalogType(WVR_DeviceType type, WVR_InputId id)
 {
     return(WVR_GetInputDeviceAnalogType_Android(type, id));
 }
Пример #21
0
 public override uint GetParameters(WVR_DeviceType type, IntPtr pchValue, IntPtr retValue, uint unBufferSize)
 {
     return(WVR_GetParameters_Android(type, pchValue, retValue, unBufferSize));
 }
Пример #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);
Пример #23
0
 public static extern bool WVR_GetDeviceErrorState_Android(WVR_DeviceType dev_type, WVR_DeviceErrorState error_state);
Пример #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));
 }
Пример #25
0
 public override int GetInputTypeCount(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputTypeCount_Android(type, inputType));
 }
Пример #26
0
 public static extern bool WVR_IsDeviceSuspend_Android(WVR_DeviceType type);
Пример #27
0
 public static extern void WVR_SetPosePredictEnabled_Android(WVR_DeviceType type, bool enabled_position_predict, bool enable_rotation_predict);
Пример #28
0
 public override bool IsDeviceSuspend(WVR_DeviceType type)
 {
     return(WVR_IsDeviceSuspend_Android(type));
 }
Пример #29
0
 public static extern bool WVR_GetInputTouchState_Android(WVR_DeviceType type, WVR_InputId id);
Пример #30
0
 public static extern int WVR_GetInputDeviceCapability_Android(WVR_DeviceType type, WVR_InputType inputType);