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

   Syntax
         POS_COLOR(nFgColor,nBgColor)

   Arguments
         nFgColor    Sets the foreground color. (0 - 255)
         nBgColor    Sets the background color. (0 - 255)

   Returns
         None

   Description
         POS_COLOR() defines the color for the mouse position display.

         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_ATTR() POS_ONOFF() POS_SIZE()

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