1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 19:20:25 +00:00
qb64/internal/help/_MOUSEHIDE.txt

22 lines
566 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_MOUSEHIDE}}
The '''_MOUSEHIDE''' statement hides the mouse cursor.
{{PageSyntax}}
2016-03-18 11:36:04 +00:00
::: [[_MOUSEHIDE]]
''Usage:''
* Simply call the sub wherever necessary.
* Since the mouse pointer does not interfere with screen changes in '''QB64''', there is little use in hiding the pointer.
* QB64 can even use [[PSET]] and [[POINT]] without hiding the mouse pointer.
* _MOUSEHIDE statements do not accumulate like they did with [[ABSOLUTE]] or [[INTERRUPT]] in Qbasic.
{{PageSeeAlso}}
2016-03-18 11:36:04 +00:00
* [[_MOUSESHOW]]
* [[_MOUSEINPUT]]
* [[_MOUSEMOVE]]
{{PageNavigation}}