Cursor Handler
interface CursorHandler
Content copied to clipboard
Represents an object which manipulates a cursor. All operations which work with Positions are relative to the CursorHandler's position.
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
Sources
(source)
Link copied to clipboard