AsciiPanelView / setCursorPosition

setCursorPosition

fun setCursorPosition(x: Int, y: Int): AsciiPanelView

Sets the x and y position of where new text will be written to. The origin (0,0) is the upper left corner.

Parameters

x - the distance from the left new text should be written to

y - the distance from the top new text should be written to

Return
this for convenient chaining of method calls