UIResponder.PressesEnded(NSSet<UIPress>, UIPressesEvent) Metodo

Definizione

Indica la fine di una pressione di un pulsante fisico su un controller remoto o di gioco.

[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

Parametri

presses
NSSet<UIPress>

Set di UIPress oggetti coinvolti nell'evento.

evt
UIPressesEvent

Oggetto UIPressesEvent che descrive l'evento.

Attributi

Si applica a