childViewControllerForPointerLock property

UIViewController? get childViewControllerForPointerLock

childViewControllerForPointerLock

Implementation

UIViewController? get childViewControllerForPointerLock {
  objc.checkOsVersionInternal('UIViewController.childViewControllerForPointerLock', iOS: (false, (14, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_childViewControllerForPointerLock);
  return $ret.address == 0 ? null : UIViewController.fromPointer($ret, retain: true, release: true);
}