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

Method Clear

KBotExt/imgui/imgui_internal.h:1359–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357
1358 ImGuiKeyRoutingTable() { Clear(); }
1359 void Clear() { for (int n = 0; n < IM_ARRAYSIZE(Index); n++) Index[n] = -1; Entries.clear(); EntriesNext.clear(); }
1360};
1361
1362// This extends ImGuiKeyData but only for named keys (legacy keys don't support the new features)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected