MOUSESHOW - QB64 Wiki

MOUSESHOW

From QB64 Wiki

Revision as of 16:21, 29 September 2012 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _MOUSESHOW statement displays the mouse cursor.


Syntax:

_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.


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page