Syntax
Parameters
| INT,INT | X,Y | coordinate in the screen. |
Return value
| Window ID, or null if no window was found. |
Description
Returns the ID of a window owned by the application that is currently visible at the specified coordinate of the screen.
If no window owned by the application is visible at the specified coordinate, the function returns null.
To retrieve information about a window owned by another application, try the function extern.get.titleFromPoint or extern.get.handleFromPoint. |
|