SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
Print()
[2/2]
template<typename ... Args>
static void SRL::Debug::Print
(
uint8_t
x
,
uint8_t
y
,
const char *
text
,
Args...
args
)
inline
static
Print text on screen at specific location.
Parameters
x
Offset from left of the screen
y
Offset from top of the screen
text
Text to print
args
Text arguments
SRL
Debug