| 89 | { |
| 90 | bool state[Qi::key_size]; |
| 91 | KeyState(bool* keyState) |
| 92 | { |
| 93 | memcpy(state, keyState, Qi::key_size); |
| 94 | } |
| 95 | }; |
| 96 | void InputTask(BYTE key, bool press, POINT cursor, KeyState keyState) |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected