Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
set-sound-pitch ( sound pitch -- )
Vocabulary
raylib.ffi
Inputs and outputs
sound
an
object
pitch
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
set-sound-pitch
void
SetSoundPitch (
Sound
sound,
float
pitch )