Difference between revisions of "CursorY"
From Wiki
m (→See Also: piped link) |
(→Description: Applying template to note) |
||
| Line 7: | Line 7: | ||
Holds the current y-coordinate screen position of the mouse cursor. | Holds the current y-coordinate screen position of the mouse cursor. | ||
| − | + | ||
| + | {{Note|The cursor coordinates (#cursorX and #cursorY) are given relative to the upper left corner of the clients game play window. above and to the left of the game play window, these coordinates will be negative.}} | ||
| + | |||
==== Example ==== | ==== Example ==== | ||
Revision as of 08:52, 26 August 2005
#cursorY
Miscellaneous System Variables
Description
⇒
Holds the current y-coordinate screen position of the mouse cursor.
| Note: | The cursor coordinates (#cursorX and #cursorY) are given relative to the upper left corner of the clients game play window. above and to the left of the game play window, these coordinates will be negative. |
Example
See Also
| #cursorX |
| Main_Page | Documentation | Miscellaneous System Variables |