Difference between revisions of "CursorY"

From Wiki
Jump to: navigation, search
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.''
+
 
 +
{{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 09: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