Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
draw-circle-lines ( centerX centerY radius color -- )
Vocabulary
raylib.ffi
Inputs and outputs
centerX
an
object
centerY
an
object
radius
an
object
color
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-circle-lines
void
DrawCircleLines
(
int
centerX,
int
centerY,
float
radius,
Color
color )