Render.at

Moves cursor to pos. Allows for chaining

class Render
static
at
(
uint x
,
uint y
)

Examples

Render.at(12, 15).write("My pretty text");

Meta