|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| extern.get.titleFromPoint(X,Y) |
Parameters
| INT,INT | X,Y | Position in the screen. |
Return value
Description
Returns the title of the window located at the specified position.
To retreive the handle of the window: extern.get.handleFromPoint
To retreive the ID of the window, if owned by the current application: window.fromPoint. |
|
|
|