Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>mouse() - turn mouse support on and off</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     mouse() - turn mouse support on and off
  Usage:    mouse(<logical>)
  Params:   logical value, .T. turns mouse support on, .F. turns
            mouse support off.

  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                 mouse(.T.)
                 * if a mouse is present, it will be used
                 * by the m_* and mx_* functions, and any
                 * of the mouse functions

                 mouse(.F.)
                 * no mouse support will be available in
                 * the m_* and mx_* functions, or to any
                 * of the mouse functions

  Note:     If you specify mouse(.T.), mouse support will only be
            available if there is a mouse present in the system. If
            you specify mouse(.F.), all the mouse functions are fooled
            into thinking that there is no mouse present.


See Also: ismouse()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson