vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Checkbox Flags #21

Open antongit opened 1 year ago

antongit commented 1 year ago

ImguiNET has another Checkbox: CheckboxFlags that has Flags parameter. But it is defined as ref int (or int* in c) and not as a Enum.

Check if we need flags.

https://github.com/ocornut/imgui/blob/cc5058e5d7dcbf94f28277d6bee5face7f8b0a63/imgui.h#L502