Handbook
Glossary
is-sound-playing ( sound -- bool )
Vocabulary
raylib
Inputs
sound
a
Sound
Outputs
bool
a
bool
Word description
Check if a sound is currently playing
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
is-sound-playing
bool
IsSoundPlaying (
Sound
sound )