[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function cursor_flip - toggle the cursor type
Syntax void cursor_flip(unsigned int curs1,
unsigned int curs2);
Prototype in video.h
Remarks toggles the cursor scan lines to whichever set the
cursor is not currently set for.
Return value nothing.
See also cursor_blink(), cursor_off(), cursor_on(),
getcursor(), read_cursor(), set_cursor(),
setcursor()
Example #include <video.h>
main()
{
cursor_flip(CURSOR_UNDERBAR,CURSOR_HALFBLOCK);
}
See Also:
getcursor()
setcursor()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson