Internal Cursor Handler
Represents the internal API of a CursorHandler.
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
cursorSpaceSize
Link copied to clipboard
Returns the Size of the (virtual) space the cursor can occupy.
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
DefaultCursorHandler
Link copied to clipboard
Sources
(source)
Link copied to clipboard