Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
is-mouse-button-pressed ( button -- bool )
Vocabulary
raylib.ffi
Inputs and outputs
button
an
object
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
is-mouse-button-pressed
bool
IsMouseButtonPressed (
int
button )