View_pickRenderThread function

  1. @Native<Void Function(Pointer<TView>, Uint32, Uint32, Uint32, PickCallback)>(ffi.Pointer<TView>, ffi.Uint32, ffi.Uint32, ffi.Uint32, PickCallback)>(isLeaf: true)
void View_pickRenderThread(
  1. Pointer<TView> tView,
  2. int requestId,
  3. int x,
  4. int y,
  5. PickCallback callback,
)

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,
);