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_save() - save the current mouse settings to a memvar</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_save() - save the current mouse settings to a memvar
  Usage:    <string> = m_save()
  Params:   none
  Returns:  string full of the current mouse settings.

 ---------------------------------- 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. m_save() only saves
            the internal mouse data used by the mouse driver software. It
            does not save data in the Mouse Message Area, nor does it
            save the events set with the mousetrap() function.


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

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