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

Function isMultiViewportEnabled

source/MRViewer/ImGuiHelpers.cpp:1649–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647}
1648
1649bool isMultiViewportEnabled()
1650{
1651 return ImGui::GetIO().ConfigFlags & ImGuiConfigFlags_ViewportsEnable;
1652}
1653
1654#ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
1655

Callers 4

postFocus_Method · 0.85
showModalMessageMethod · 0.85
BeginCustomStatePluginFunction · 0.85
drawActiveList_Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected