다음을 통해 공유


CGEventSource 생성자

정의

오버로드

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

CGEventSource(CGEventSourceStateID)

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

매개 변수

적용 대상

CGEventSource(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

CGEventSource(IntPtr, Boolean)

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

매개 변수

handle
IntPtr

nativeint

ownsHandle
Boolean

적용 대상