hiGetScreenPoint
hiGetScreenPoint(w_windowId) =>l_point/nil
Description
Returns the current location of the pointer relative to the upper-left corner of the drawable area of a window. This function does not apply to session windows or dockable windows.
Even if the pointer is currently over another window that obscures w_windowId, this function returns its location as long as it it is within the boundaries of w_windowId. The location is in pixels relative to the upper left corner of the drawable area.
Argument
|
ID of the window. The window cannot be a session window or dockable window. |
Value Returned
Related Topics
Return to top