コード例 #1
0
 //
 //	copied the source file by https://github.com/stackprobe/Factory/blob/master/SubTools/CopyLib.c
 //
 public static bool IsPound(int padId, int btnId)
 {
     return(DDUtils.IsPound(GetInput(padId, btnId)));
 }
コード例 #2
0
 public bool IsPound()
 {
     return(DDUtils.IsPound(this.GetInput()));
 }
コード例 #3
0
 //
 //	copied the source file by https://github.com/stackprobe/Factory/blob/master/SubTools/CopyLib.c
 //
 public static bool IsPound(int keyId)
 {
     return(DDUtils.IsPound(GetInput(keyId)));
 }