MouseCoordMode: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 19:04, 18 October 2008

Part of AutoItSetOption function.

Overview

Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window

Syntax

AutoItSetOption("MouseCoordMode", value)

Value

0 = relative coords to the active window

1 = absolute screen coordinates (default)

2 = relative coords to the client area of the active window