NSWindow.NextEventMatchingMask Method

Definition

Overloads

NextEventMatchingMask(NSEventMask)
NextEventMatchingMask(nuint)
NextEventMatchingMask(NSEventMask, NSDate, String, Boolean)
NextEventMatchingMask(nuint, NSDate, String, Boolean)

NextEventMatchingMask(NSEventMask)

public AppKit.NSEvent NextEventMatchingMask (AppKit.NSEventMask mask);
member this.NextEventMatchingMask : AppKit.NSEventMask -> AppKit.NSEvent

Parameters

Returns

Applies to

NextEventMatchingMask(nuint)

[Foundation.Export("nextEventMatchingMask:")]
protected virtual AppKit.NSEvent NextEventMatchingMask (nuint mask);
abstract member NextEventMatchingMask : nuint -> AppKit.NSEvent
override this.NextEventMatchingMask : nuint -> AppKit.NSEvent

Parameters

mask
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

NextEventMatchingMask(NSEventMask, NSDate, String, Boolean)

public AppKit.NSEvent NextEventMatchingMask (AppKit.NSEventMask mask, Foundation.NSDate expiration, string mode, bool deqFlag);
member this.NextEventMatchingMask : AppKit.NSEventMask * Foundation.NSDate * string * bool -> AppKit.NSEvent

Parameters

expiration
NSDate
mode
String
deqFlag
Boolean

Returns

Applies to

NextEventMatchingMask(nuint, NSDate, String, Boolean)

[Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")]
protected virtual AppKit.NSEvent NextEventMatchingMask (nuint mask, Foundation.NSDate expiration, string mode, bool deqFlag);
abstract member NextEventMatchingMask : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent
override this.NextEventMatchingMask : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent

Parameters

mask
System.System.UIntPtr System.unativeint
expiration
NSDate
mode
String
deqFlag
Boolean

Returns

Attributes

Applies to