IsSoundPlaying method

  1. @override
bool IsSoundPlaying(
  1. SoundD sound
)
override

Implementation

@override
bool IsSoundPlaying(
  SoundD sound,
) => run(
  () => RaylibDebugLabels.IsSoundPlaying(sound),
  () => rl.Audio.IsSoundPlaying.run1(
    rl.Temp.Sound$.Ref1(sound).toJS,
  ).toBool(),
);