summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-05-10 19:17:00 -0300
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-05-10 20:02:12 -0300
commit50a0220d2dedd1d93f94e581d6b8ff363b62a130 (patch)
tree54ed69f77c09912f044997588d9e4ea0df8210ab /doc/classes
parent1ec2fa42f83ec107d346e610496a547bde861725 (diff)
Reset the cursor with Input.set_custom_mouse_cursor(null)
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Input.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index f537908625..58cee7b556 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -284,7 +284,7 @@
<argument index="2" name="hotspot" type="Vector2" default="Vector2( 0, 0 )">
</argument>
<description>
- Set a custom mouse cursor image, which is only visible inside the game window. The hotspot can also be specified. See enum [code]CURSOR_*[/code] for the list of shapes.
+ Set a custom mouse cursor image, which is only visible inside the game window. The hotspot can also be specified. Passing [code]null[/code] to the image parameter resets to the system cursor. See enum [code]CURSOR_*[/code] for the list of shapes.
</description>
</method>
<method name="set_mouse_mode">