Handbook
Glossary
draw-rectangle-rounded-lines-ex ( rec roundness segments lineThick color -- )
Vocabulary
raylib
Inputs
rec
an
object
roundness
an
object
segments
an
object
lineThick
an
object
color
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-rounded-lines-ex
void
DrawRectangleRoundedLinesEx
(
Rectangle
rec,
float
roundness,
int
segments,
float
lineThick,
Color
color )