1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-26 06:15:52 +00:00
QB64-PE/internal/help/_MOUSESHOW.txt
SMcNeill 6e01fc8dce Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0).
Added new _STRCMP and _STRICMP commands for quick string comparisons.
Cleaned up QB64 to finish removing the QUI (quick user insert) code and folders.
Altered UCASE and LCASE routines to be faster in some situations for us.
2014-09-22 08:19:03 -04:00

25 lines
698 B
Plaintext

The '''_MOUSESHOW''' statement displays the mouse cursor.
{{PageSyntax}}
::: '''_MOUSESHOW'''
''Usage:''
* Simply use the statement whenever [[_MOUSEHIDE]] has been used previously.
* This statement can also disable [[_MOUSEMOVEMENTX]] or [[_MOUSEMOVEMENTY]] relative mouse movement reads.
* The mouse cursor will not interfere with any print or graphic screen changes in '''QB64'''.
* _MOUSEHIDE statements do not accumulate like they did with [[ABSOLUTE]] or [[INTERRUPT]] in Qbasic.
{{PageSeeAlso}}
* [[_MOUSEHIDE]]
* [[_MOUSEINPUT]]
* [[_MOUSEMOVE]]
* [[_MOUSEX]], [[_MOUSEY]]
* [[_MOUSEBUTTON]]
* [[_MOUSEMOVEMENTX]], [[_MOUSEMOVEMENTY]]
* [[_DEVICES]], [[_DEVICE$]]
{{PageNavigation}}