UIKeyInput.as constructor

UIKeyInput.as(
  1. ObjCObject other
)

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

Implementation

UIKeyInput.as(objc.ObjCObject other) : object$ = other;