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>hot_view()</b> c_exam06 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HOT_VIEW()                                                          C_EXAM06
   Sets which viewport will have movable objects.

   Syntax
         HOT_VIEW(nHotViewPort)

   Arguments
         nHotViewPort   Viewport handle that will have movable objects.

   Returns
         None

   Description
         HOT_VIEW() sets the viewport that will have the ability to find and
         move objects with the mouse. If this function is not given in your
         program, objects drawn in the viewport will just be drawings and are
         not defined as seperate objects that the mouse can manipulate. Only
         the viewport that is specified by this function will have the ability
         to find objects. If your program does not require the movement of
         objects, excluding this function will reduce the amount of code in
         the final compiled version of your program.

   Examples

         HOT_VIEW(1)

See Also: HOT_INFO() HOT_METHOD() OBJ_HOT() OBJ_HOTPNT()

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