View_pickRenderThread function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TView>, ffi.Uint32, ffi.Uint32, ffi.Uint32,
PickCallback)>(isLeaf: true)
external void View_pickRenderThread(
ffi.Pointer<TView> tView,
int requestId,
int x,
int y,
PickCallback callback,
);