MCPcopy Create free account
hub / github.com/Nelarius/imnodes / IsMiniMapActive

Function IsMiniMapActive

imnodes.cpp:1645–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643// [SECTION] minimap
1644
1645static inline bool IsMiniMapActive()
1646{
1647 ImNodesEditorContext& editor = EditorContextGet();
1648 return editor.MiniMapEnabled && editor.MiniMapSizeFraction > 0.0f;
1649}
1650
1651static inline bool IsMiniMapHovered()
1652{

Callers 2

IsMiniMapHoveredFunction · 0.85
EndNodeEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected