bool test = false; if (GetAsyncKeyState(VK_LCONTROL) && GetAsyncKeyState(VK_F2) & 1) { test = !test; std::cout << test << std::endl; }.
確定! 回上一頁