diff --git a/win.cursor.md b/win.cursor.md new file mode 100644 index 0000000..420366f --- /dev/null +++ b/win.cursor.md @@ -0,0 +1,13 @@ +# win.cursor(value) +Estableix si el cursor ha de ser visible o no. + +### Paràmetres +* value — true per mostrar el cursor, false per ocultar-lo. + +### Exemple +``` +win.cursor(false) +``` + +### Vore també +* [win.fullscreen](win.fullscreen)