Struct AppKit.NSEventRef
public ref struct AppKit.NSEventRef
- Inherited Members
Constructors
NSEventRef(nint)
public NSEventRef(nint self)
Parameters
selfnint
Fields
Self
public readonly nint Self
Field Value
Properties
Characters
public string? Characters { get; }
Property Value
ClickCount
public int ClickCount { get; }
Property Value
IsARepeat
NSEvent.isARepeat — true when the key is held down.
public bool IsARepeat { get; }
Property Value
KeyCode
public ushort KeyCode { get; }
Property Value
LocationInWindow
public Foundation.NSPoint LocationInWindow { get; }
Property Value
ModifierFlags
NSEvent.modifierFlags — bit mask of active modifier keys.
public nuint ModifierFlags { get; }
Property Value
Pressure
public float Pressure { get; }
Property Value
ScrollingDelta
public Foundation.NSPoint ScrollingDelta { get; }
Property Value
Subtype
public AppKit.NSEventRef.NSEventSubtype Subtype { get; }
Property Value
Type
public AppKit.NSEventRef.NSEventType Type { get; }
Property Value
Methods
Dispose()
public void Dispose()
Operators
implicit operator nint(NSEventRef)
public static implicit operator nint(AppKit.NSEventRef cfStringRef)
Parameters
cfStringRefAppKit.NSEventRef