[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 XPmouseCheck()
 Simply checks the mouse cursor
------------------------------------------------------------------------------

  Function:    XPmouseCheck()

               This is a simple function that checks (.) the mouse
               cursor for 1/18 of a second, and returns it to normal.
               useful to indicate that a selection or something of
               that nature has taken place. Used by XPmouseMenu(), for
               instance.

  Syntax:      XPmouseCheck()

  Arguments:   None.

  Returns:     Nothing.

  Usage:       It's source code (very simple):
               Function XPmouseCheck()
               XPmouseChar(251)         // chr(251) = '.'
               XPdelay(1)               // Wait 1/18 of a sec
               XPmouseChar()            // Restore Normal Mouse Cursor..
               Return (NIL)

See Also: XPmouseThere() XPmouseMenu()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson