1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 21:00:25 +00:00
QB64-PE/internal/help/_MOUSEHIDE.txt

22 lines
573 B
Plaintext

The '''_MOUSEHIDE''' statement hides the mouse cursor.
{{PageSyntax}}
:<code>{{KW|_MOUSEHIDE}}</code>
''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}}
* {{KW|_MOUSESHOW}}
* {{KW|_MOUSEINPUT}}
* {{KW|_MOUSEMOVE}}
{{PageNavigation}}