Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1236
void ImGuiIO::ClearInputCharacters()
1237
{
1238
InputQueueCharacters.resize(0);
1239
}
1240
1241
void ImGuiIO::ClearInputKeys()
1242
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.80
Tested by
no test coverage detected