//This function get the state of the Tab key. int GetKeyState_ex1() { short i = GetKeyState(VK_TAB); printf("%d",i); return 1; } ...
確定! 回上一頁