GuiValueBoxFloat method
Value box control for float values
Implementation
int GuiValueBoxFloat(RectangleC bounds, Pointer<Char> text, Pointer<Char> textValue, Pointer<Float> value, bool editMode)
=> _GuiValueBoxFloat(bounds, text, textValue, value, editMode);