MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ClearEventsQueue

Method ClearEventsQueue

KBotExt/imgui/imgui.cpp:1362–1367  ·  view source on GitHub ↗

Clear all incoming events.

Source from the content-addressed store, hash-verified

1360
1361// Clear all incoming events.
1362void ImGuiIO::ClearEventsQueue()
1363{
1364 IM_ASSERT(Ctx != NULL);
1365 ImGuiContext& g = *Ctx;
1366 g.InputEventsQueue.clear();
1367}
1368
1369// Clear current keyboard/mouse/gamepad state + current frame text input buffer. Equivalent to releasing all keys/buttons.
1370void ImGuiIO::ClearInputKeys()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected