View_getViewport function

  1. @Native<TViewport Function(Pointer<TView>)>(ffi.Pointer<TView>)>(isLeaf: true)
TViewport View_getViewport(
  1. Pointer<TView> view
)

Implementation

@ffi.Native<TViewport Function(ffi.Pointer<TView>)>(isLeaf: true)
external TViewport View_getViewport(
  ffi.Pointer<TView> view,
);