User32 lib = User32.INSTANCE; return (lib.GetAsyncKeyState(toNative(keycode, location)) & 0x8000) != 0;
確定! 回上一頁