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

NAME

6       cd_console
7

SYNOPSIS

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

DESCRIPTION

16       Draws a normal console cursor: the insert cursor is like an _, and  the
17       overwrite cursor covers the letter.
18
19       The   preferred  dimensions  (you  have  to  set  them  manually)  are:
20       (gbuf::DYNAMIC_CURSOR_SIZE,                  gbuf::DYNAMIC_CURSOR_SIZE,
21       gbuf::DYNAMIC_CURSOR_SIZE,  gbuf::DYNAMIC_CURSOR_SIZE)  but  the second
22       argument can be set manually to control where the _ will  be  placed  -
23       low  values  and the cursor will fly above the letters, high values and
24       the cursor will float at the bottom.
25
26

SEE ALSO

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