mirror of
https://github.com/ocornut/imgui.git
synced 2025-02-21 12:52:19 +01:00
Updated Multi Select (markdown)
parent
3ec44d89ca
commit
0ec971f28f
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// Main API
|
// Main API
|
||||||
ImGuiMultiSelectIO* BeginMultiSelect(ImGuiMultiSelectFlags flags);
|
ImGuiMultiSelectIO* BeginMultiSelect(ImGuiMultiSelectFlags flags, int current_selection_size = -1);
|
||||||
ImGuiMultiSelectIO* EndMultiSelect();
|
ImGuiMultiSelectIO* EndMultiSelect();
|
||||||
void SetNextItemSelectionUserData(ImGuiSelectionUserData selection_user_data);
|
void SetNextItemSelectionUserData(ImGuiSelectionUserData selection_user_data);
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user