Function moto::print_positioned

source ·
pub fn print_positioned(x: i16, y: i16, text: impl Into<String>)
Expand description

print_positioned prints the provided text at the provided position offseted by the provided x and y values from the current position x and y can be negative to move the cursor to the left or up e.g. print_positioned(0,0,"hello world") prints “hello world” at the current position