[DllImport("user32.dll")] static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey); private bool IsKeyPressed(Keys key) { if ...
確定! 回上一頁