コード例 #1
0
ファイル: Controls.cs プロジェクト: Debug-/gtadotnet
 public static bool KeyPressed(GTAKey key)
 {
     return Internal.Function.Call(0x00E1, 0, (int)key);
 }
コード例 #2
0
 public static bool KeyPressed(GTAKey key)
 {
     return(Internal.Function.Call(0x00E1, 0, (int)key));
 }