From what I understand you need to do: if( GetKeyState(115) & 0x8000 ) { <EVENT> }. The highest bit tells if key is pressed.
確定! 回上一頁