Compartilhar via


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

Definição

Indica que um botão físico foi pressionado em um controlador remoto ou de jogo.

[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

Parâmetros

presses
NSSet<UIPress>

O conjunto de UIPress objetos envolvidos no evento.

evt
UIPressesEvent

O UIPressesEvent que descreve o evento.

Atributos

Aplica-se a