draw-line ( startPosX startPosY endPosX endPosY color -- )


Vocabulary
raylib

Inputs
startPosXan int
startPosYan int
endPosXan int
endPosYan int
colora Color


Outputs
None

Word description
Draw a line

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-line void DrawLine
( int startPosX, int startPosY, int endPosX, int endPosY,
Color color )