Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>msmoved() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSMOVED()                                                   Mouse Function
 Purpose..: Check whether a mouse has moved
-------------------------------------------------------------------------------
 Syntax...: MsMoved() --> lMoved

 Arguments: none      

 Returns..: lMoved is true if the mouse has moved.

 Source...: MSMOTION.C
-------------------------------------------------------------------------------
 Example..: . The example checks whether the mouse has moved. If
              not, it prints a message.

            if !MsMoved()
               ? "Mouse has not moved. Check its installation..."
            endif

See Also: MsOpen() MsIsOn()

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