| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== MOUSEY (return mouse vertical position) ====== | [[mousex return mouse horizontal position .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[name return file name .htm|{{btn_next_n.gif|Next page}}]] | | || **MOUSEY( )** {{blk2blue.jpg|blk2blue.jpg}} The **MOUSEY** procedure returns a numeric value corresponding to the current vertical position of the mouse cursor at the time of the event. The position is relative to the origin of that window. The default return value is in dialog units, unless modified by the [[prop pixels.htm|PROP:Pixels]] property. If the PROP:Pixels property is set to TRUE (1), the return value of MOUSEY is expressed in pixels. | **Return Data Type:** | SIGNED | **Example:** **SaveMouseY = ****MOUSEY()     ****!Save mouse position** **See Also:** [[mousex return mouse horizontal position .htm|MOUSEX]]