sound_set_looped function
void
sound_set_looped()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<Sound>, ffi.Bool, ffi.Size)>()
external void sound_set_looped(
ffi.Pointer<Sound> self,
bool value,
int delay_ms,
);