API Reference
ReduxImGui.get_color
— Functionget_color(s)
Return the current color.
ReduxImGui.get_label
— Functionget_label(s) -> String
Return the label/identifier.
ReduxImGui.get_string
— Functionget_string(s) -> String
Return the current string.
ReduxImGui.get_value
— Functionget_value(s)
Return the current value.
ReduxImGui.get_values
— Functionget_values(s) -> Vector
Return the current values.
ReduxImGui.is_open
— Functionis_open(s) -> Bool
Return true
when the widget is open.