Difference between revisions of "CursorX"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #cursorX ==
+
{{header|Miscellaneous|ro|Holds the current x-coordinate screen position of the mouse cursor.}}
'''Miscellaneous System Variables'''
+
=== Description ===
+
{{ro}}
+
  
Holds the current x-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 ====
Line 14: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_cursorY|&#0035;cursorY]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
|}
+

Revision as of 12:04, 26 August 2005

Holds the current x-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

Main Page Documentation