bool leftMouseDown = GetAsyncKeyState(VK_LBUTTON) & 0x8000 ? true : false; ..but it returns true until the first time I click the left button ...
確定! 回上一頁