www.delorie.com/djgpp/doc/libc-2.01/libc_563.html   search  
Go to the first, previous, next, last section, table of contents.


_setcursortype

Syntax

#include <conio.h>

void _setcursortype(int _type);

Description

Sets the cursor type. _type is one of the following:

_NOCURSOR
No cursor is displayed.
_SOLIDCURSOR
A solid block is displayed.
_NORMALCURSOR
An underline cursor is displayed.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997