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>m_reset() - reset mouse settings to default states</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_reset() - reset mouse settings to default states
  Usage:    m_reset()
  Params:   none
  Returns:  nothing

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

                 if ((m_region(0,0,0,5)) .or. (lastkey() = 27))
                      m_reset()
                      quit
                 endif

  Note:     M_reset() does not change Mouse Message Area data, nor
            does it change your mousetrap() event settings. It does
            however release the mousetrap() and set the maximum and
            minimum screen coordinates back to the default 80x25 row
            screen size. You will have to do an m_trapset() to reactivate
            the mousetrap() events and an m_maxrow() and m_maxcol()
            to resize the mouse coordinates if you are in 43 or 50
            line mode.


See Also: m_save() m_restore()

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