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