Share via


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

Definition

Gibt an, dass eine physische Taste auf einem Remote- oder Gamecontroller gedrückt wurde.

[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

Parameter

presses
NSSet<UIPress>

Der Satz von UIPress Objekten, die am Ereignis beteiligt sind.

evt
UIPressesEvent

Der UIPressesEvent , der das Ereignis beschreibt.

Attribute

Gilt für: