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

Definizione

Indica che un pulsante fisico è stato premuto su un controller remoto o di gioco.

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