UIEvent
UIEvent()
UIEvent(IntPtr)
UIEvent(NativeHandle)
UIEvent(NSObjectFlag)
AllTouches
ButtonMask
ClassHandle
ModifierFlags
Subtype
Timestamp
Type
GetCoalescedTouches(UITouch)
GetPredictedTouches(UITouch)
ToString()
TouchesForGestureRecognizer(UIGestureRecognizer)
TouchesForView(UIView)
TouchesForWindow(UIWindow)
xamarinios
namespace UIKit
{
[Register("UIEvent", true)]
public class UIEvent : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("predictedTouchesForTouch:")]
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
public virtual UITouch![]? GetPredictedTouches(UITouch! touch);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API