AsciiPanelView / writeCharWithPos

writeCharWithPos

fun writeCharWithPos(character: Char, x: Int, y: Int): AsciiPanelView

Write a character to the specified position. This updates the cursor's position.

Parameters

character - the character to write

x - the distance from the left to begin writing from

y - the distance from the top to begin writing from

Return
this for convenient chaining of method calls