sound_pause function

  1. @Native<Void Function(Pointer<Sound>)>(ffi.Pointer<Sound>)>()
void sound_pause(
  1. Pointer<Sound> self
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<Sound>)>()
external void sound_pause(
  ffi.Pointer<Sound> self,
);