Updated Multi Select (markdown)

omar 2024-06-06 14:33:13 +02:00
parent 69a37f55b7
commit 366de0255e

@ -84,6 +84,8 @@ In ImGuiSelectionBasicStorage we:
Many combinations are possible depending on how you prefer to store your items and how you prefer to store your selection.
When your application settles on a choice, you may want to get rid of this indirection layer and do your own thing.
(In theory, for maximum abstraction, this class could contains AdapterIndexToUserData() and AdapterUserDataToIndex() functions as well, but because we mostly use indices in SetNextItemSelectionUserData(), we omit those indirection for clarity.)
----
### Main API