NSGestureRecognizer
ParameterlessDispatch
ParametrizedDispatch
Token
NSGestureRecognizer()
NSGestureRecognizer(Action)
NSGestureRecognizer(IntPtr)
NSGestureRecognizer(NativeHandle)
NSGestureRecognizer(NSCoder)
NSGestureRecognizer(NSObjectFlag)
NSGestureRecognizer(NSObject, Selector)
NSGestureRecognizer(Selector, Token)
Action
ClassHandle
DelaysKeyEvents
DelaysMagnificationEvents
DelaysOtherMouseButtonEvents
DelaysPrimaryMouseButtonEvents
DelaysRotationEvents
DelaysSecondaryMouseButtonEvents
Delegate
Enabled
PressureConfiguration
ShouldAttemptToRecognize
ShouldBegin
ShouldBeRequiredToFail
ShouldReceiveEvent
ShouldReceiveTouch
ShouldRecognizeSimultaneously
ShouldRequireFailure
State
Target
View
WeakDelegate
CanBePrevented(NSGestureRecognizer)
CanPrevent(NSGestureRecognizer)
Dispose(Boolean)
EncodeTo(NSCoder)
FlagsChanged(NSEvent)
KeyDown(NSEvent)
KeyUp(NSEvent)
LocationInView(NSView)
Magnify(NSEvent)
MouseDown(NSEvent)
MouseDragged(NSEvent)
MouseUp(NSEvent)
OtherMouseDown(NSEvent)
OtherMouseDragged(NSEvent)
OtherMouseUp(NSEvent)
PressureChange(NSEvent)
Reset()
RightMouseDown(NSEvent)
RightMouseDragged(NSEvent)
RightMouseUp(NSEvent)
Rotate(NSEvent)
ShouldBeRequiredToFailByGestureRecognizer(NSGestureRecognizer)
ShouldRequireFailureOfGestureRecognizer(NSGestureRecognizer)
TabletPoint(NSEvent)
TouchesBegan(NSEvent)
TouchesCancelled(NSEvent)
TouchesEnded(NSEvent)
TouchesMoved(NSEvent)
GetAllowedTouchTypes(NSGestureRecognizer)
SetAllowedTouchTypes(NSGestureRecognizer, NSTouchTypeMask)
xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Register("NSGestureRecognizer", true)]
public class NSGestureRecognizer : NSObject, INSCoding, INativeObject, IDisposable
{
public NSGestureEvent? ShouldReceiveEvent { get; set; }
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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