[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Function:   MouseLeft()

               This function will return the Status of the Left
               mouse Button.

   Syntax:     MouseLeft()

   Arguments:  None.

   Returns:    .t. if button is depressed at this Moment, .f.
               otherwise.

   Usage:      * Wait for a Left 'click'.
               Do While .not. Mouseleft()
               Enddo
               Do While Mouseleft()
               Enddo

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