menu
raylib_dartified package
documentation
core/raylib.dart
RaylibAudio
IsSoundPlaying method
IsSoundPlaying method
dark_mode
light_mode
IsSoundPlaying
method
bool
IsSoundPlaying
(
SoundC
sound
)
Implementation
bool IsSoundPlaying(SoundC sound) { return _IsSoundPlaying(sound); }
raylib_dartified package
documentation
core/raylib
RaylibAudio
IsSoundPlaying method
RaylibAudio class