C# 클래스 Eryan.Input.PreciseMouse

More precise implementation of Mouse class, for interactions that require more accuraccy, at the expense of randomization.
상속: Mouse
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 메소드들

메소드 설명
PreciseMouse ( ) : System
atPosition ( int x, int y ) : bool

Check whether the mouse it at the given x and y coordinates

move ( int speed, int x, int y, int randX, int randY, int afterOffset ) : void

메소드 상세

PreciseMouse() 공개 메소드

public PreciseMouse ( ) : System
리턴 System

atPosition() 공개 메소드

Check whether the mouse it at the given x and y coordinates
public atPosition ( int x, int y ) : bool
x int X coordinate to check
y int Y coordinate to check
리턴 bool

move() 공개 메소드

public move ( int speed, int x, int y, int randX, int randY, int afterOffset ) : void
speed int
x int
y int
randX int
randY int
afterOffset int
리턴 void