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