MCPcopy Create free account
hub / github.com/Raais/ImStudio / ClearInputCharacters

Method ClearInputCharacters

src/third-party/imgui/imgui.cpp:1236–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234}
1235
1236void ImGuiIO::ClearInputCharacters()
1237{
1238 InputQueueCharacters.resize(0);
1239}
1240
1241void ImGuiIO::ClearInputKeys()
1242{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected