Esempio n. 1
0
 public static bool KeyPressed(GTAKey key)
 {
     return Internal.Function.Call(0x00E1, 0, (int)key);
 }
Esempio n. 2
0
 public static bool KeyPressed(GTAKey key)
 {
     return(Internal.Function.Call(0x00E1, 0, (int)key));
 }