You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><glossarytag="return">Returns</glossary> the vertical position of the most recent mouse click.</summary>
<examples>
<example>the clickV</example>
<example>if the clickV > the bottom of stack window then beep</example>
</examples>
<description>
<p>Use the <b>clickV</b> <control_sttag="function">function</control_st> to find out where the user last clicked.</p><p/><p><b>Value:</b></p><p>The <b>clickV</b> <control_sttag="function">function</control_st> <glossarytag="return">returns</glossary> a positive <keywordtag="integer">integer</keyword>.</p><p/><p><b>Comments:</b></p><p>The returned value is the vertical distance in pixels from the top edge of the clicked stack to the location of the click. (Use the <b>clickStack</b> function to identify which <objecttag="stack">stack</object> was clicked.)</p><p/><p>The click location is the position of the mouse pointer when the user pressed the mouse button, not when the user released the button. In particular, inside a mouseDown handler, the <b>clickV</b> returns the position of the mouse as it was when the mouseDown action occured.</p><p/><p>This function is equal to item 2 of the <b>clickLoc</b> <control_sttag="function">function</control_st>.</p>