Changes

Jump to navigation Jump to search

cursor.show

508 bytes added, 15:19, 26 November 2018
m
added "operator" after handheld
Line 1: Line 1:  +
cursor.'''show'''() is a function that is part of the [[:Category:cursor|cursor functions]].
    +
It shows the cursor (mouse pointer) on the screen.<br />
 +
It is mostly used after a [[cursor.hide]].<br />
    +
This function will be ignored if not executed on a handheld operator.<br />
 +
 +
{{Since|3.0}}
 +
 +
== Syntax  ==
 +
cursor.'''show'''()<br />
 +
No arguments.
 +
 +
== Example  ==
 +
<syntaxhighlight>if (isPlaying) then
 +
  cursor.hide()
 +
else
 +
  cursor.show()
 +
end</syntaxhighlight>
 +
 +
== See also  ==
 +
*[[cursor.hide]]
 +
 +
<br /><br />
    
[[Category:cursor]]
 
[[Category:cursor]]
10

edits

Navigation menu