Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>ms_repeat()</b> c_exam03 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MS_REPEAT()                                                         C_EXAM03
   Specifies parameters for repeating if the button is held down.

   Syntax
         MS_REPEAT(nDelay,nRepeatFreq)

   Arguments
         nDelay      Sets the number of clock ticks (18.2/sec) before the
                     system should start repeating.
         nRepeatFreq Sets the number of clock ticks the system should pause
                     between repeats after the delay.

   Returns
         None

   Description
         MS_REPEAT() specifies how the system should handle a mouse button
         that is held down. nDelay determines how long the system should wait
         before it goes into repeat mode. nRepeatFreq indicates how long the
         system should pause on subsequent repeats after the original delay.

See Also: MS_HALT() MS_MASK() MS_MSTATE() MS_RESET()

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