C# Класс Eryan.Input.PreciseMouse

More precise implementation of Mouse class, for interactions that require more accuraccy, at the expense of randomization.
Наследование: Mouse
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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