Typing Support
A TypingSupport is a specialized CursorHandler that not only handles a cursor but can simulate typing (eg.: put a Tile at the current cursor position and advance the cursor).
Functions
moveCursorBackward
Link copied to clipboard
abstract fun moveCursorBackward()
Content copied to clipboard
Moves the cursor one Position to the left.
moveCursorForward
Link copied to clipboard
abstract fun moveCursorForward()
Content copied to clipboard
Moves the cursor one Position to the right.
Properties
cursorPosition
Link copied to clipboard
isCursorAtTheEndOfTheLine
Link copied to clipboard
isCursorAtTheFirstRow
Link copied to clipboard
isCursorAtTheLastRow
Link copied to clipboard
isCursorAtTheStartOfTheLine
Link copied to clipboard
isCursorVisible
Link copied to clipboard
Inheritors
TileGrid
Link copied to clipboard
Sources
(source)
Link copied to clipboard