You can use the GetAsyncKeyState function an example of checking for ctrl-z would be: if (GetAsyncKeyState(VK_CONTROL) ...
確定! 回上一頁