Add win.cursor

2026-03-16 11:33:24 +01:00
parent 99227c2965
commit 972ca118ec

13
win.cursor.md Normal file

@@ -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)