Exemplo n.º 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)));
 }
Exemplo n.º 2
0
 public bool IsPound()
 {
     return(DDUtils.IsPound(this.GetInput()));
 }
Exemplo n.º 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)));
 }