MOUSEHIDE - QB64 Wiki

MOUSEHIDE

From QB64 Wiki

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

The _MOUSEHIDE statement hides the mouse cursor.


Syntax:

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


See also:



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