| 404 | |
| 405 | |
| 406 | void input_type::SetTimeoutTimer() |
| 407 | { |
| 408 | DWORD now = GetTickCount(); |
| 409 | TimeoutAt = now + Timeout; |
| 410 | if (!g_InputTimerExists || Timeout < int(g_InputTimeoutAt - now)) |
| 411 | SET_INPUT_TIMER(Timeout, TimeoutAt) |
| 412 | } |
| 413 | |
| 414 | |
| 415 | ResultType input_type::SetKeyFlags(LPTSTR aKeys, bool aEndKeyMode, UCHAR aFlagsRemove, UCHAR aFlagsAdd) |
no outgoing calls
no test coverage detected