MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / BeginMultiSelect

Method BeginMultiSelect

CPPScripts/External/ImGui/imgui_widgets.cpp:7556–7675  ·  view source on GitHub ↗

Return ImGuiMultiSelectIO structure. Lifetime: don't hold on ImGuiMultiSelectIO* pointers over multiple frames or past any subsequent call to BeginMultiSelect() or EndMultiSelect(). Passing 'selection_size' and 'items_count' parameters is currently optional. - 'selection_size' is useful to disable some shortcut routing: e.g. ImGuiMultiSelectFlags_ClearOnEscape won't claim Escape key when selection

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

CalcScopeRectFunction · 0.85
BoxSelectDeactivateDragFunction · 0.85
GetOrAddByKeyMethod · 0.80
ImGuiMultiSelectTempDataFunction · 0.70
resizeMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected