UIResponder.PressesBegan(NSSet<UIPress>, UIPressesEvent) 메서드

정의

원격 또는 게임 컨트롤러에서 물리적 단추를 눌렀다는 것을 나타냅니다.

[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

매개 변수

presses
NSSet<UIPress>

이벤트에 관련된 개체 집합 UIPress 입니다.

evt
UIPressesEvent

UIPressesEvent 이벤트를 설명하는 입니다.

특성

적용 대상