Updated Multi Select (markdown)

omar 2023-12-21 15:06:24 +01:00
parent ef17e34a54
commit e3e38a2e3d

@ -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. 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. `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. - Used by our demos and provided as a convenience to easily implement basic multi-selection.