Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
void reserveKeyEvent( ImGuiKey key )
225
{
226
assert( key < getOrderedKeys().size() );
227
getOrderedKeys()[key] = true;
228
}
229
230
void ImGuiMenu::startFrame()
231
{
Callers
1
checkKey
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected