MouseCoordMode

From AutoIt Wiki
Revision as of 19:04, 18 October 2008 by I542 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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