From 50a0220d2dedd1d93f94e581d6b8ff363b62a130 Mon Sep 17 00:00:00 2001 From: Guilherme Felipe Date: Thu, 10 May 2018 19:17:00 -0300 Subject: Reset the cursor with Input.set_custom_mouse_cursor(null) --- doc/classes/Input.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 @@ - 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. -- cgit v1.2.3