Console input output control.
More...
Go to the source code of this file.
Console input output control.
Something like https://www.programmingsimplified.com/c/conio.h
Definition in file conio.h.
◆ cputc()
| void cputc |
( |
char |
c, |
|
|
Color |
color, |
|
|
Byte |
times |
|
) |
| |
Color put character.
- Parameters
-
| c | character |
| color | |
| times | how many times put c |
Definition at line 102 of file conio.h.
◆ cputs()
| void cputs |
( |
int |
str, |
|
|
Color |
color |
|
) |
| |
Color put string.
- Parameters
-
Definition at line 118 of file conio.h.
◆ getCursorPosition()
| Cursor getCursorPosition |
( |
void |
| ) |
|
◆ setCursorPosition()
| void setCursorPosition |
( |
Cursor |
cursor | ) |
|
Set position of cursor.
- Parameters
-
Definition at line 71 of file conio.h.
◆ setVideoMode()
| void setVideoMode |
( |
Mode |
mode | ) |
|
Set the video mode of screen.
- Parameters
-
Definition at line 41 of file conio.h.