Example #1
0
 public static bool GetPadPound(int padId, int btnId)
 {
     return(GameToolkit2.IsPound(GetPadInput(padId, btnId)));
 }
Example #2
0
 public bool GetMouPound(MOUBTN mouBtnId)
 {
     return(GameToolkit2.IsPound(GetMouInput(mouBtnId)));
 }
Example #3
0
 public static bool GetPound(INP inpId)
 {
     return(GameToolkit2.IsPound(GetInput(inpId)));
 }
Example #4
0
 public static bool GetKeyPound(int keyId)
 {
     return(GameToolkit2.IsPound(GetKeyInput(keyId)));
 }