Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_setspeed()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_SETSPEED()


Syntax:        L_SETSPEED(<expN>)


Purpose:       To set the mouse acceleration speed threshold for
               doubling the motion of the cursor.


Arguments:     <expN> is the threshold in mickeys per second.


Returns:       Nothing


Usage:         Default threshold is 64.

               1 mickey is defined by Microsoft as 1/200th of an inch
               and defined by Mouse Systems as 1/100th of an inch.

               The mouse cursor will be moved twice as fast when this
               value (threshold) is exceeded.

               After this speed is exceeded it must be turned off to
               return the cursor motion to normal.


Examples:      * Set speed threshold
               L_SETSPEED(32)


Language:      Assembler

See Also: L_SETRATIO()

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