SHORT GetAsyncKeyState( int vKey // virtual-key code ); ... int c; do { c = GetCommand(); DispatchCommand(c); Sleep(10); }while(!
確定! 回上一頁