MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / reserveKeyEvent

Function reserveKeyEvent

source/MRViewer/ImGuiMenu.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void reserveKeyEvent( ImGuiKey key )
225{
226 assert( key < getOrderedKeys().size() );
227 getOrderedKeys()[key] = true;
228}
229
230void ImGuiMenu::startFrame()
231{

Callers 1

checkKeyFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected