ImGuiMultiSelectIOIO;// MUST BE FIRST FIELD. Requests are set and returned by BeginMultiSelect()/EndMultiSelect() + written to by user during the loop.
ImGuiMultiSelectState*Storage;
ImGuiMultiSelectState*Storage;
ImGuiIDFocusScopeId;// Copied from g.CurrentFocusScopeId (unless another selection scope was pushed manually)
ImGuiIDFocusScopeId;// Copied from g.CurrentFocusScopeId (unless another selection scope was pushed manually)
ImGuiMultiSelectFlagsFlags;
ImGuiMultiSelectFlagsFlags;
ImGuiKeyChordKeyMods;
ImGuiKeyChordKeyMods;
ImGuiMultiSelectIOIO;// Requests are set and returned by BeginMultiSelect()/EndMultiSelect() + written to by user during the loop.
boolLoopRequestClear;
boolLoopRequestClear;
boolLoopRequestSelectAll;
boolLoopRequestSelectAll;
boolIsEndIO;// Set when switching IO from BeginMultiSelect() to EndMultiSelect() state.
boolIsEndIO;// Set when switching IO from BeginMultiSelect() to EndMultiSelect() state.