1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 21:15:15 +00:00
qb64/internal/help/_MOUSEHIDE.md

12 lines
199 B
Markdown
Raw Normal View History

The [_MOUSEHIDE](_MOUSEHIDE) statement hides the mouse cursor.
## Syntax
> [_MOUSEHIDE](_MOUSEHIDE)
## See Also
* [_MOUSESHOW](_MOUSESHOW)
* [_MOUSEINPUT](_MOUSEINPUT)
* [_MOUSEMOVE](_MOUSEMOVE)