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

정의

원격 또는 게임 컨트롤러에서 물리적 단추 누르기의 끝을 나타냅니다.

[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

매개 변수

presses
NSSet<UIPress>

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

evt
UIPressesEvent

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

특성

적용 대상