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_restore() - restore mouse settings that were m_saved()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_restore() - restore mouse settings that were m_saved()
  Usage:    m_restore(<msaved>)
  Params:   string <msaved> - variable that was returned by the previous
            m_save() call.

  Returns:  nothing

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

                 memvar = m_save()
                 run WORD
                 m_restore(memvar)

  Note:     This lets you save the current mouse settings in case you want
            to run another program that uses the mouse. You can also
            save the memvar to a disk file for later use. m_restore() only
            saves the internal mouse settings that are used by the mouse
            driver program. It does not restore the Mouse Message Area
            or mousetrap() event settings.


See Also: m_save() m_trapsave() m_datasave() m_traprest()

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