Odcl_GetMouseCoords

(From Fxtension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_GetMouseCoords

(From Fxtension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetMouseCoords

This method will return the current screen position of the cursor in pixel unit only.

Remarks

If the control name is blank then it is the dialog box that has the focus.

 

Return Values

Returns the following according to the situation:

A 3dPoint indicating the position.

Nil if there is a phoblem.

 

Example

; Get the mouse position

(Setq rValue (OMcl_GetMouseCoords))

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetMouseCoords))