Changes

Jump to navigation Jump to search

cursor.show

69 bytes added, 15:19, 26 November 2018
m
added "operator" after handheld
Line 3: Line 3:  
It shows the cursor (mouse pointer) on the screen.<br />
 
It shows the cursor (mouse pointer) on the screen.<br />
 
It is mostly used after a [[cursor.hide]].<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}}
 
{{Since|3.0}}
Line 11: Line 13:     
== Example  ==
 
== Example  ==
<syntaxhighlight>if (isPlaying == true) then  
+
<syntaxhighlight>if (isPlaying) then  
 
   cursor.hide()
 
   cursor.hide()
 
else
 
else
10

edits

Navigation menu