dwFlags |= KEYEVENTF_KEYUP; SendInput(1, &input, sizeof(input)); The first call to SendInput() presses F1, and the second releases it.
確定! 回上一頁