NSEvent.Create(CGEvent) 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.
public static AppKit.NSEvent? Create(CoreGraphics.CGEvent event);
static member Create : CoreGraphics.CGEvent -> AppKit.NSEvent
Parameters
Returns
The newly created NSEvent.
Remarks
This method will return null if there's no corresponding Cocoa event.