public override int GetInputTypeCount(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputTypeCount_Android(type, inputType));
 }
 public override int GetInputDeviceCapability(WVR_DeviceType type, WVR_InputType inputType)
 {
     return(WVR_GetInputDeviceCapability_Android(type, inputType));
 }
 public static extern int WVR_GetInputTypeCount_Android(WVR_DeviceType type, WVR_InputType inputType);
 public static extern int WVR_GetInputDeviceCapability_Android(WVR_DeviceType type, WVR_InputType inputType);