Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - <b>---------------------------------------------------------------------------</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ---------------------------------------------------------------------------
 modcursor                                                             QWIKC
 ---------------------------------------------------------------------------
 Function       Modifies the current cursor mode to turn on, off, or blink
                erratically.
 Syntax         void modcursor( int bits13and14 );
 Remarks        Using the modification macros cursor_on, cursor_off, or
                cursor_blink for bits13and14, the currently viewed cursor
                mode on the CRT will be modified accordingly.  The function
                only looks at bits 13 and 14 of bits13and14 for the
                modification.  The scan lines remain unaltered.
 Return value   None.
 Screens        Any video page as viewed.
 Example        To turn the current cursor mode off:

                  modcursor( cursor_off );


See Also: getcursor() setcursor()

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