leZoomToPoint
leZoomToPoint(
w_windowId
l_points
)
=> t / nil
Description
Places the cursor in the window, w_windowId, at the coordinates specified in l_points.
Arguments
Value Returned
|
The cursor is placed at the coordinates in the window specified. |
|
|
The cursor is not placed at the coordinates in the window specified. |
Example
leZoomToPoint(hiGetCurrentWindow(), 100:0)
Return to top