gstream-cd_winconsole - Man Page

cd_winconsole

Synopsis

#include <gstream.h>

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

Description

Draws a mixture of a win cursor and console cursor: the insert cursor looks like a win cursor (a vertical line: | ), whereas the overwrite cursor is like the console overwrite cursor (it covers the letter).

The preferred dimensions for this cursor (you have to set them manually) are: (1, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE) but the first argument can be bigger for a broader cursor.

See Also

gstream-set_cursor_drawer(3), gstream-cd_console(3)

Referenced By

gstream-cd_console(3), gstream-set_cursor_drawer(3).

version 1.6 gstream manual