MCPcopy Create free account
hub / github.com/cinder/Cinder / ImGuiKeyRoutingTable

Method ImGuiKeyRoutingTable

include/imgui/imgui_internal.h:1575–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573 ImVector<ImGuiKeyRoutingData> EntriesNext; // Double-buffer to avoid reallocation (could use a shared buffer)
1574
1575 ImGuiKeyRoutingTable() { Clear(); }
1576 void Clear() { for (int n = 0; n < IM_ARRAYSIZE(Index); n++) Index[n] = -1; Entries.clear(); EntriesNext.clear(); }
1577};
1578

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected