Partager via


CGEventSource Constructeurs

Définition

Surcharges

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

CGEventSource(CGEventSourceStateID)

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

Paramètres

S’applique à

CGEventSource(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

CGEventSource(IntPtr, Boolean)

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

Paramètres

handle
IntPtr

nativeint

ownsHandle
Boolean

S’applique à