MouseCoordMode: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
No edit summary
 
m (BrokenLinks(FunctionList): ...)
 
Line 1: Line 1:
Part of [[AutoItSetOption]] function.
Part of <nowiki>[[AutoItSetOption]]</nowiki> function.


= Overview =
= Overview =

Latest revision as of 13:57, 17 November 2012

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