Skip to content
Thomas Foster edited this page Mar 23, 2021 · 5 revisions

Defined Constants

Name Value
CURSOR_NONE 0
CURSOR_NORMAL 1
CURSOR_SOLID 2

Function Prototypes

Function Name Description
delay Suspend program execution for interval (milliseconds).
getbordercolor Get the current border color.
initdos Initialize LibDOS.
quitdos Shut down LibDOS.
randomize Initialize random number generator.
refresh Refresh the screen and update input buffers.
setbordercolor Set 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.

Header Files

Clone this wiki locally