FIXME: Perhaps we could clear queued events as well?
| 1329 | |
| 1330 | // FIXME: Perhaps we could clear queued events as well? |
| 1331 | void ImGuiIO::ClearInputCharacters() |
| 1332 | { |
| 1333 | InputQueueCharacters.resize(0); |
| 1334 | } |
| 1335 | |
| 1336 | // FIXME: Perhaps we could clear queued events as well? |
| 1337 | void ImGuiIO::ClearInputKeys() |
nothing calls this directly
no outgoing calls
no test coverage detected