UIEvent.as constructor

UIEvent.as(
  1. ObjCObject other
)

Constructs a UIEvent that points to the same underlying object as other.

Implementation

UIEvent.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIEvent', iOS: (false, (2, 0, 0)));
}