RenderFrame

fun interface RenderFrame

Provides an interface for rendering a frame.

Functions

Link copied to clipboard
abstract operator fun invoke(frame: String, allowInput: Boolean, cursorPosition: FramePosition)

Display the specified frame on the output. allowInput specifies if input is allowed and cursorPosition specifies the cursor position relative to the top left of the current frame.