IMouse Properties

CurrentPosition

Gets or sets the current absolute position of the mouse cursor of the subject under test. Set is only used to fix up coordinates in case the SUT moves the mouse cursor on its own.

Syntax: Point CurrentPosition { get; set; }

Last updated