Binarysharp.MemoryManagement.Windows.Mouse.BaseMouse.MoveToAbsolute C# (CSharp) Method

MoveToAbsolute() protected abstract method

Moves the cursor at the specified coordinate.
protected abstract MoveToAbsolute ( int x, int y ) : void
x int The x-coordinate.
y int The y-coordinate.
return void
        protected abstract void MoveToAbsolute(int x, int y);