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>_flpcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_FLPCURSOR()
   Turns on a flashing cursor.

   Syntax
         _FLPCURSOR( nOnOff )

   Arguments
         nOnOff      Turns flashing cursor on and off.
                        0- Off   (default)
                        1- On

   Returns
         None

   Description
         _FLPCURSOR() turns on and off a blinking cursor. This cursor is XORed
         on and off. It is interrupt-driven and thus is called automatically
         from the timer interrupt. If you are using the BLINKER linker, you
         should use BLINK602.LNK.

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

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