OnMouseDown

  XML_API > CAD XML API Reference > XML Reference Extension > Events >

OnMouseDown

Previous pageReturn to chapter overviewNext page

Occurs then user clicks on the drawing.

Note: OnMouseDown event is disabled by default. In order to enable it, use <signtoevent/> command.

 

Syntax:

<MouseDown X="" Y="" GlobalX="" GlobalY=""/>

 

 

Attributes of <MouseDown />

Attribute

Description

X

X-coordinate of the point in the view area.

Y

Y-coordinate of the point in the view area.

GlobalX

X-coordinate of the point in global coordinates.

GlobalY

Y-coordinate of the point in global coordinates.

Go to ABViewer