NSWindow.NextEventMatchingMask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- mask
- NSEventMask
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
- mask
- NSEventMask
- 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