[DllImport("user32.dll")] static extern short GetAsyncKeyState(int keys); if(GetAsyncKeyState(12)!=0 && GetAsyncKeyState(53)!=0 ...
確定! 回上一頁