hiPickWindow
hiPickWindow() =>w_windowId/nil
Description
Lets you select a window without changing the current window. When this function is called, the pointer is grabbed and not released until either the mouse button or the Escape key is pressed. Any other keyboard event is ignored and the mouse click is not passed on to anything else.
Argument
Value Returned
|
The windowId of the window in which the user clicks the mouse button. |
|
|
The user selects the Escape key or clicks the mouse button when the pointer is not over a window. |
Related Topics
Return to top