C# 클래스 D3Helper.A_Tools.InputSimulator.IS_Mouse

파일 보기 프로젝트 열기: r3peat/D3Helper.Public

공개 메소드들

메소드 설명
LeftClick ( ) : void
LeftClick ( int xLow, int yLow, int xHigh, int yHigh ) : void
LeftClick ( uint x, uint y ) : void
LeftDown ( uint x, uint y ) : void
LeftUp ( uint x, uint y ) : void
MoveCursor ( int xLow, int yLow, int xHigh, int yHigh ) : void
MoveCursor ( uint x, uint y ) : void
RightCLick ( ) : void
RightCLick ( int xLow, int yLow, int xHigh, int yHigh ) : void
RightDown ( uint x, uint y ) : void
RightUp ( uint x, uint y ) : void

비공개 메소드들

메소드 설명
mouse_event ( uint dwFlags, uint dx, uint dy, uint cButtons, uint dwExtraInfo ) : void

메소드 상세

LeftClick() 공개 정적인 메소드

public static LeftClick ( ) : void
리턴 void

LeftClick() 공개 정적인 메소드

public static LeftClick ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
리턴 void

LeftClick() 공개 정적인 메소드

public static LeftClick ( uint x, uint y ) : void
x uint
y uint
리턴 void

LeftDown() 공개 정적인 메소드

public static LeftDown ( uint x, uint y ) : void
x uint
y uint
리턴 void

LeftUp() 공개 정적인 메소드

public static LeftUp ( uint x, uint y ) : void
x uint
y uint
리턴 void

MoveCursor() 공개 정적인 메소드

public static MoveCursor ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
리턴 void

MoveCursor() 공개 정적인 메소드

public static MoveCursor ( uint x, uint y ) : void
x uint
y uint
리턴 void

RightCLick() 공개 정적인 메소드

public static RightCLick ( ) : void
리턴 void

RightCLick() 공개 정적인 메소드

public static RightCLick ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
리턴 void

RightDown() 공개 정적인 메소드

public static RightDown ( uint x, uint y ) : void
x uint
y uint
리턴 void

RightUp() 공개 정적인 메소드

public static RightUp ( uint x, uint y ) : void
x uint
y uint
리턴 void