共用方式為


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 事件的 。

屬性

適用於