1cd_winconsole(3)                gstream manual                cd_winconsole(3)
2
3
4

NAME

6       cd_winconsole
7

SYNOPSIS

9       #include <gstream.h>
10
11
12       void  cd_winconsole(BITMAP  *bmp,  int x, int y, int w, int h, int clr,
13       bool ins);
14

DESCRIPTION

16       Draws a mixture of a win cursor and console cursor: the  insert  cursor
17       looks  like  a  win cursor (a vertical line: | ), whereas the overwrite
18       cursor is like the console overwrite cursor (it covers the letter).
19
20       The preferred dimensions for this cursor (you have to  set  them  manu‐
21       ally)  are:  (1,  gbuf::DYNAMIC_CURSOR_SIZE, gbuf::DYNAMIC_CURSOR_SIZE,
22       gbuf::DYNAMIC_CURSOR_SIZE) but the first argument can be bigger  for  a
23       broader cursor.
24
25

SEE ALSO

27       gstream-set_cursor_drawer(3), gstream-cd_console(3)
28
29
30
31gstream                           version 1.6                 cd_winconsole(3)
Impressum