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>drv_origin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DRV_ORIGIN()
   Sets the top left of the virtual screen.

   Syntax
         DRV_ORIGIN(nRows,nCols)

   Arguments
         nRows       Moves the virtual screen vertically.
         nCols       Moves the virtual screen horizontally.

   Returns
         None

   Description
         DRV_ORIGIN() allows you to move the positioning of the virtual screen
         by the number of rows or columns specified. Spacing of the rows and
         columns will be determined by the size of the font used in DRV_FONT()
         when DRV_BEGIN() is called.

See Also: _FLPCURSOR() DRV_BEGIN() DRV_CURSOR() DRV_END() DRV_FONT()

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