Changes

Jump to navigation Jump to search

cursor.set

1,187 bytes added, 22:03, 1 August 2015
m
typo
Line 1: Line 1:  +
cursor.'''set''' is a function that is part of the [[:Category:cursor|cursor functions]].
 +
<br />
    +
It sets the shape of the mouse pointer to display.<br />
 +
<br />
 +
 +
{{Since|3.0}}
 +
 +
== Syntax  ==
 +
cursor.'''set'''(cursorName)
 +
 +
{| class="wikitable"
 +
|-
 +
! Parameter !! Type !! Description
 +
|-
 +
| <u><center>cursorName</center></u> || string || The name of the cursor shape to use for the mouse pointer. It can be one of the following strings :
 +
"animate", "arrow", "clear", "crosshair", "default", "diag resize", "dilation", "dotted arrow", "drag grab", "excel plus", "hand closed", "hand open", "hand pointer", "hide", "hollow pointer", "interrogation", "link select", "mod label", "pencil", "pointer", "resize column", "resize row", "rotation", "show" "text", "translation", "unavailable", "wait busy", "writing", "zoom box", "zoom in", "zoom out"
 +
|-
 +
|}
 +
 +
== Example ==
 +
<syntaxhighlight>if needsCursor then  -- needsCursor would be a variable defined earlier
 +
  cursor.set("pencil")
 +
end</syntaxhighlight>
 +
 +
== Cursors ==
 +
[[File:Cursors.png|400 px]]
 +
 +
(this images also contains some non-available cursors, but most of them are)
 +
 +
== See also  ==
 +
*[[cursor.show]]
 +
 +
<br /><br />
 +
 +
 +
[[Category:cursor]]
       
[[Category:cursor]]
 
[[Category:cursor]]

Navigation menu