Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
set-camera-move-controls ( frontKey backKey rightKey leftKey upKey downKey -- )
Vocabulary
raylib.ffi
Inputs and outputs
frontKey
an
object
backKey
an
object
rightKey
an
object
leftKey
an
object
upKey
an
object
downKey
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
set-camera-move-controls
void SetCameraMoveControls
(
int
frontKey,
int
backKey,
int
rightKey,
int
leftKey,
int
upKey,
int
downKey )