mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-27 16:29:02 +08:00
Updated Multi Select (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user