menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibAudio
IsSoundPlaying method
IsSoundPlaying method
dark_mode
light_mode
IsSoundPlaying
method
bool
IsSoundPlaying
(
SoundC
sound
)
Check if a sound is currently playing
Implementation
bool IsSoundPlaying(SoundC sound) => _IsSoundPlaying(sound);
raylib_dartified package
documentation
core/raylib_dartified
RaylibAudio
IsSoundPlaying method
RaylibAudio class