C# using System.Runtime.InteropServices; // ... [DllImport("user32")] static extern short GetAsyncKeyState(Keys vKey); ...
確定! 回上一頁