Handbook
Glossary
draw-line ( startPosX startPosY endPosX endPosY color -- )
Vocabulary
raylib
Inputs
startPosX
an
int
startPosY
an
int
endPosX
an
int
endPosY
an
int
color
a
Color
Outputs
None
Word description
Draw a line
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-line
void DrawLine
(
int
startPosX,
int
startPosY,
int
endPosX,
int
endPosY,
Color
color )