mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-01 21:17:42 -05:00
Updated Multi Select (markdown)
@@ -24,7 +24,7 @@
|
||||
|
||||
```cpp
|
||||
// Main API
|
||||
ImGuiMultiSelectIO* BeginMultiSelect(ImGuiMultiSelectFlags flags);
|
||||
ImGuiMultiSelectIO* BeginMultiSelect(ImGuiMultiSelectFlags flags, int current_selection_size = -1);
|
||||
ImGuiMultiSelectIO* EndMultiSelect();
|
||||
void SetNextItemSelectionUserData(ImGuiSelectionUserData selection_user_data);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user