コード例 #1
0
ファイル: BhapticsHaptic.cs プロジェクト: RTUITLab/RevolIT
 public bool IsPlaying(string key)
 {
     return(HapticApi.IsPlayingKey(key));
 }