CursorStyle

enum CursorStyle : Enum<CursorStyle>

Different cursor styles supported by TileGrid.

Entries

USE_CHARACTER_FOREGROUND
Link copied to clipboard
common
The cursor is drawn by using the character's color at the cursor's location.
FIXED_BACKGROUND
Link copied to clipboard
common
The cursor is drawn by using the cursor color as the background color for the character at the cursor position.
UNDER_BAR
Link copied to clipboard
common
The cursor is rendered as a thick horizontal line at the bottom of the character.
VERTICAL_BAR
Link copied to clipboard
common
The cursor is rendered as a left-side aligned vertical line.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: CursorStyle): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard