GCController.ControllerPausedHandler Property

Definition

Gets or sets a handler to run when the pause button is pressed.

public virtual Action<GameController.GCController> ControllerPausedHandler { [Foundation.Export("controllerPausedHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setControllerPausedHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ControllerPausedHandler : Action<GameController.GCController> with get, set

Property Value

Attributes

Applies to