Exemplo n.º 1
0
 public bool IsConnect(PositionType type)
 {
     return(HapticApi.IsDevicePlaying(type));
 }
Exemplo n.º 2
0
 public bool IsConnect(HapticDeviceType type, bool isLeft = true)
 {
     return(HapticApi.IsDevicePlaying(BhapticsUtils.ToPositionType(type, isLeft)));
 }
Exemplo n.º 3
0
 public bool IsActive(PositionType type)
 {
     return(HapticApi.IsDevicePlaying(type));
 }