Expand description
Commands for graphical console interaction.
Structs§
- GfxCircle
Command - The
GFX_CIRCLE
command. - GfxCirclef
Command - The
GFX_CIRCLEF
command. - GfxHeight
Function - The
GFX_HEIGHT
function. - GfxLine
Command - The
GFX_LINE
command. - GfxPixel
Command - The
GFX_PIXEL
command. - GfxRect
Command - The
GFX_RECT
command. - GfxRectf
Command - The
GFX_RECTF
command. - GfxSync
Command - The
GFX_SYNC
command. - GfxWidth
Function - The
GFX_WIDTH
function.
Functions§
- add_all
- Adds all console-related commands for the given
console
to themachine
.