Handbook
Glossary
draw-line-strip ( points pointCount color -- )
Vocabulary
raylib
Inputs
points
a
pointer
to a
Vector2
pointCount
an
int
color
a
Color
Outputs
None
Word description
Draw lines sequence
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-line-strip
void
DrawLineStrip
( Vector2* points,
int
pointCount,
Color
color )