creator.widgets.drag

Undocumented in source.

Members

Functions

incDragFloat
bool incDragFloat(string id, float* value, float adjustSpeed, float minValue, float maxValue, string fmt, ImGuiSliderFlags flags)

A drag float that only returns true once you're done changing its value

incGetDragFloatInitialValue
float incGetDragFloatInitialValue(string id)

Gets the initial value of the specified drag float

incGetHasDragState
bool incGetHasDragState(string id)

Gets whether specified DragFloat has state stored for it

Meta