UIResponder.PressesEnded(NSSet<UIPress>, UIPressesEvent) Método

Definición

Indica el final de una pulsación de un botón físico en un mando remoto o de juego.

[Foundation.Export("pressesEnded:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PressesEnded (Foundation.NSSet<UIKit.UIPress> presses, UIKit.UIPressesEvent evt);
abstract member PressesEnded : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit
override this.PressesEnded : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit

Parámetros

presses
NSSet<UIPress>

Conjunto de UIPress objetos implicados en el evento.

evt
UIPressesEvent

que UIPressesEvent describe el evento.

Atributos

Se aplica a