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>msratio() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSRATIO()                                                   Mouse Function
 Purpose..: Set mouse mickey to pixel ratio
-------------------------------------------------------------------------------
 Syntax...: MsRatio( <nMicX>, <nMicY> ) --> NIL

 Arguments: <nMicX> = Vertical mickey to pixel ratio
            <nMicY> = Horizontal mickey to pixel ratio

 Returns..: The default mickey to pixel ratio on MicroSoft
            compatible is 8 and 16. To speed up the mouse, you
            would decrease these numbers.

 Source...: MSSPEED.C
-------------------------------------------------------------------------------
 Example..: The example speeds up the mouse by lowering the
            mickey to pixel ratio by a factor of two.

               MsRatio( 4, 8 )

See Also: MsSetSpeed() MsDblSpeed()

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