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>regn_init()</b> c_exam02 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
REGN_INIT()                                                         C_EXAM02
   Sets up new mouse regions.

   Syntax
         REGN_INIT(nNumberOfRegions)

   Arguments
         nNumberOfRegions Sets the number of regions to initialize.

   Returns
         None

   Description
         REGN_INIT() initializes new mouse regions. Mouse regions are areas of
         the screen that have independent mouse attributes. All regions have
         settings affecting cursor type, mouse positioning and visibility of
         the mouse cursor. You may use this function only once, so initialize
         as many regions as you will use.

         You can set a region off by setting REGN_SET() X,Y coordinates to 0.

See Also: REGN_OFF() REGN_ON() REGN_SET()

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