Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - savescreen() save the entire screen image http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 savescreen()        Save the entire screen image
------------------------------------------------------------------------------
 Declaration
   screen.hdr

 Syntax
   proc savescreen extern

 Arguments
   None.

 Return
   None.

 Description
   The savescreen() procedure saves the entire screen image. To restore the
   screen image, use the restorearea() procedure.

 Example
   #define EXAMPLE_SCREEN
   #include example.hdr

   proc Test_savescreen
   DrawScreen( 'X' )
   savescreen()
   wait
   DrawScreen( '-' )
   wait
   restorescreen()
   wait
   endproc

   proc main
   Test_savescreen()
   endproc

See Also: restorearea()

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