From e3e38a2e3d8f88272fa5c5a9059a630e482d2c3a Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 21 Dec 2023 15:06:24 +0100 Subject: [PATCH] Updated Multi Select (markdown) --- Multi-Select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multi-Select.md b/Multi-Select.md index 5a2a135..d0b934c 100644 --- a/Multi-Select.md +++ b/Multi-Select.md @@ -19,7 +19,7 @@ If you submit all items (no clipper), Step 2 and 3 are optional and will be handled by each item themselves. It is perfectly fine if you honor those steps without a clipper. -### With ImGuiSelectionBasicStorage +### With the ImGuiSelectionBasicStorage helper `ImGuiSelectionBasicStorage` is an optional helper to store multi-selection state + apply multi-selection requests. - Used by our demos and provided as a convenience to easily implement basic multi-selection.