pGuiProgressBar

Progress Bar control, shows current progress value

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pGuiProgressBar = float function
(,
const(char)* textLeft
,
const(char)* textRight
,
float value
,
float minValue
,
float maxValue
)

Meta