-
Notifications
You must be signed in to change notification settings - Fork 0
dos.h
Thomas Foster edited this page Mar 23, 2021
·
5 revisions
| Name | Value |
|---|---|
CURSOR_NONE |
0 |
CURSOR_NORMAL |
1 |
CURSOR_SOLID |
2 |
| Function Name | Description |
|---|---|
delay |
Suspend program execution for interval (milliseconds). |
initdos |
Initialize LibDOS. |
quitdos |
Shut down LibDOS. |
randomize |
Initialize random number generator. |
refresh |
Refresh the screen and update input buffers. |
setbordercolor |
Change the color of the console border. |
setbordersize |
Set the size of the console border. |
setcursor |
Set visual appearance of the cursor. |
setname |
Set the program window's title. |
setscale |
Set the program window's draw scale. |
setscreensize |
Set the console's size. |
sleep |
Suspend program execution for interval (seconds). |
sound |
Play a tone. |