MouseNewClick

Property

Document.MouseNewClick (read-only, Short)

Syntax

Document.MouseNewClick

Remarks

Returns a nonzero value if the user has clicked or released the left mouse button on the associated image in MaxIm DL since the last time this property was accessed. Reading this property causes it to be reset to zero until the next time the left mouse button is clicked or released in the client area of the window. Clicking on the title bars, borders, scroll bars, or pop-up menus does not affect MouseNewClick.

Any pending unreported mouse click is lost the next time a reportable mouse event occurs; a script may not be able to capture every click.

MouseAnnulusWidth, MouseGapWidth, MouseRadius, MouseUp, MouseX and MouseY are captured at the same time as MouseNewClick becomes nonzero.  This is the only time these properties change.