C# 클래스 VirtualInput.VirtualMouse

Enables applications to intercept mouse activity
파일 보기 프로젝트 열기: SaqibS/VirtualInput

공개 메소드들

메소드 설명
StartInterceptor ( ) : void

Starts intercepting keystrokes

StopInterceptor ( ) : void

Stops intercepting keystrokes

비공개 메소드들

메소드 설명
MouseHookProc ( int nCode, int wParam, IntPtr lParam ) : int

Called by the Win32 functions when a mouse event occurs

메소드 상세

StartInterceptor() 공개 정적인 메소드

Starts intercepting keystrokes
public static StartInterceptor ( ) : void
리턴 void

StopInterceptor() 공개 정적인 메소드

Stops intercepting keystrokes
public static StopInterceptor ( ) : void
리턴 void