mirror of
https://github.com/ocornut/imgui.git
synced 2025-02-20 04:21:01 +01:00
Updated Multi Select (markdown)
parent
3ec44d89ca
commit
0ec971f28f
@ -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);
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user