Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
GAMEPAD_PLAYER3? ( object -- ? )
Vocabulary
raylib.ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
GAMEPAD_PLAYER3
class.
Definition
USING:
kernel
;
IN:
raylib.ffi
:
GAMEPAD_PLAYER3?
( object -- ? )
\
GAMEPAD_PLAYER3
eq?
;