Creates and returns an event object that is based on a Core Graphics type of event.
Original signature is '+ (NSEvent *)eventWithCGEvent:(CGEventRef)cgEvent'
Available in Mac OS X v10.5 and later.
- cgEvent (IntPtr)
- A CGEventRef opaque type that represents an event.
An autoreleased NSEvent object that is equivalent to cgEvent.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)