BananaMpq.View.Infrastructure.Cursor.SetCursorPos C# (CSharp) Method

SetCursorPos() private method

private SetCursorPos ( int x, int y ) : bool
x int
y int
return bool
        private static extern bool SetCursorPos(int x, int y);