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>pos_attr()</b> c_exam03 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
POS_ATTR()                                                          C_EXAM03
   Defines attributes and position for the mouse display.

   Syntax
         POS_ATTR(nRow,nColumn,nFontHandle)

   Arguments
         nRow        Sets the row for position display.
         nColumn     Sets the column for position display.
         nFontHandle Sets the font handle for the display.

   Returns
         None

   Description
         Defines how mouse positioning will be displayed. Determines where
         the positions will display and what font will be used.

         Mouse positioning is the display of the current mouse cursor
         location in current world scale coordinates. As the mouse cursor is
         moved across the viewport, the display is updated.

   Examples

         Placement and attributes for current position of mouse:

         POS_SIZE()               && No parameters - automatic sizing
         POS_ATTR(0,30,2)         && Row, Column, Font
         POS_ONOFF(1,1)           && Pos on, region 1
         POS_COLOR(1,7)           && fg, bg
         POS_REFER()              && Cursor reference coordinates
                                    && No parameters set reference to origin

See Also: POS_COLOR() POS_ONOFF() POS_SIZE()

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