Edit

Share via


CGEventSource Constructors

Definition

Overloads

CGEventSource(CGEventSourceStateID)
CGEventSource(IntPtr)
CGEventSource(IntPtr, Boolean)

CGEventSource(CGEventSourceStateID)

public CGEventSource (CoreGraphics.CGEventSourceStateID stateID);
new CoreGraphics.CGEventSource : CoreGraphics.CGEventSourceStateID -> CoreGraphics.CGEventSource

Parameters

Applies to

CGEventSource(IntPtr)

public CGEventSource (IntPtr handle);
new CoreGraphics.CGEventSource : nativeint -> CoreGraphics.CGEventSource

Parameters

handle
IntPtr

nativeint

Applies to

CGEventSource(IntPtr, Boolean)

public CGEventSource (IntPtr handle, bool ownsHandle);
new CoreGraphics.CGEventSource : nativeint * bool -> CoreGraphics.CGEventSource

Parameters

handle
IntPtr

nativeint

ownsHandle
Boolean

Applies to