This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/etc/manuals/api-gui
2022-07-18 19:33:40 +02:00

17 lines
453 B
Text

The Graphical User Interface API is responsible
for all the colorful text and interface elements
of FREAX and has the following functions:
button(txt, x1, x2, y)
counter(txt, y)
drawProgress(txt, y) / drawProgressAlt()
printBootInfo(i)
printBootWarning(w)
printBootSuccess(s)
printAppInfo(header, msg)
printAppWarning(header, msg)
printAppSuccess(header, msg)
request(text)
drawImg(path, x. y)
printColoredTextLine(y, txt, bg, fg)
clearScreen(bgColor)