Skip to content

Instantly share code, notes, and snippets.

View aziis98's full-sized avatar

Antonio De Lucreziis aziis98

View GitHub Profile
interface Editor {
val carretPosition: Vec2i
val selectionLength: Int
fun putChar(char: Char)
fun putString(string: String)
fun putColor(position: Vec2i, length: Int, forecolor: Color, backcolor: Color)