scroll_begin function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_scroll_begin', assetId: 'thermion_dart')
external void scroll_begin(
ffi.Pointer<ffi.Void> viewer,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_scroll_begin', assetId: 'thermion_dart')
external void scroll_begin(
ffi.Pointer<ffi.Void> viewer,
);