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

Defined Constants

Name Value
CURSOR_NONE 0
CURSOR_NORMAL 1
CURSOR_SOLID 2

Function Prototypes

Function Name Description
bordercolor Change the color of the console border.
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.
setcursor Set visual appearance of the cursor.
setbordersize Set the size of the console border.
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