gstream-cd_console

Langue: en

Version: version 1.6 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

cd_console

SYNOPSIS

#include <gstream.h>

void cd_console(BITMAP *bmp, int x, int y, int w, int h, int clr, bool ins);

DESCRIPTION

Draws a normal console cursor: the insert cursor is like an _, and the overwrite cursor covers the letter.

The preferred dimensions (you have to set them manually) are: (gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE) but the second argument can be set manually to control where the _ will be placed - low values and the cursor will fly above the letters, high values and the cursor will float at the bottom.

SEE ALSO

gstream-set_cursor_drawer(3), gstream-cd_winconsole(3)