bool print(string text)
bool print(string text, u32 duration)
bool print(string text, u32 duration, bool forceClose)
Asynchronously queues a converted text to be displayed in a system window in the top-left corner of the screen for a given duration.
It doesn’t block the flow of execution and lets other tasks proceed without waiting for the function to complete.
If a window is open and the new message does not fit within it, the window will be closed and reopened.
The converted text that will be displayed.
The duration, in milliseconds, for which the text will be displayed.