コード例 #1
0
ファイル: MemoryHandler.cs プロジェクト: datadawork/FFXIV_Bot
 public static bool IsKeyPushedDown(MemoryApi.KeyCode vKey)
 {
     return(0 != (MemoryApi.GetAsyncKeyState((int)vKey) & 0x8000));
 }