BaseControlSystemDelegate
public protocol BaseControlSystemDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func bringRootViewToFront(_ rootView: RootView) -
Undocumented
Declaration
Swift
func controlViewUnder(point: UIVector, controlKinds: ControlKinds) -> ControlView? -
Undocumented
Declaration
Swift
func controlViewUnder( point: UIVector, forEventRequest: EventRequest, controlKinds: ControlKinds ) -> ControlView? -
Undocumented
Declaration
Swift
func setMouseCursor(_ cursor: MouseCursorKind) -
Undocumented
Declaration
Swift
func setMouseHiddenUntilMouseMoves() -
Undocumented
Declaration
Swift
func firstResponderChanged(_ newFirstResponder: KeyboardEventHandler?) -
Requests a tooltip manager from the delegate.
Declaration
Swift
func tooltipsManager() -> TooltipsManagerType?