| 726 | } |
| 727 | |
| 728 | void input_type::EndByMatch(UINT aMatchIndex) |
| 729 | { |
| 730 | ASSERT(InProgress()); |
| 731 | EndingMatchIndex = aMatchIndex; |
| 732 | EndByReason(INPUT_TERMINATED_BY_MATCH); |
| 733 | } |
| 734 | |
| 735 | void input_type::EndByKey(vk_type aVK, sc_type aSC, bool aBySC, bool aRequiredShift) |
| 736 | { |
nothing calls this directly
no outgoing calls
no test coverage detected