menu
raylib_dartified package
documentation
core/modules/ffi/audio/abbr.dart
IsSoundPlaying function
IsSoundPlaying function
dark_mode
light_mode
IsSoundPlaying
function
bool
IsSoundPlaying
(
SoundC
sound
)
See
RaylibAudio.IsSoundPlaying
.
Implementation
bool IsSoundPlaying(SoundC sound) => _module.IsSoundPlaying(sound);
raylib_dartified package
documentation
core/modules/ffi/audio/abbr
IsSoundPlaying function
abbr library