MCPcopy Create free account
hub / github.com/ZeroMemoryEx/Chaos-Rootkit / ClearInputCharacters

Method ClearInputCharacters

ring3-gui/libs/imgui/imgui.cpp:1331–1334  ·  view source on GitHub ↗

FIXME: Perhaps we could clear queued events as well?

Source from the content-addressed store, hash-verified

1329
1330// FIXME: Perhaps we could clear queued events as well?
1331void ImGuiIO::ClearInputCharacters()
1332{
1333 InputQueueCharacters.resize(0);
1334}
1335
1336// FIXME: Perhaps we could clear queued events as well?
1337void ImGuiIO::ClearInputKeys()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected