| Line 1: |
Line 1: |
| | + | '''functionName''' is a function that is part of the [[:Category:cursor|cursor functions]]. |
| | | | |
| | + | It hides the cursor (mouse pointer) on the screen. |
| | + | NB : Even with TouchPad devices, the user can't have it shown again, until [[cursor.show]]() is called. |
| | | | |
| | + | {{Since|3.0}} |
| | + | |
| | + | == Syntax == |
| | + | cursor.'''hide'''() |
| | + | No arguments. |
| | + | |
| | + | == Example == |
| | + | <syntaxhighlight>if (isPlaying == true) then |
| | + | cursor.hide() |
| | + | end</syntaxhighlight> |
| | + | |
| | + | == See also == |
| | + | *[[cursor.show]] |
| | + | |
| | + | <br /><br /> |
| | | | |
| | [[Category:cursor]] | | [[Category:cursor]] |