Char

io.worxbend.tui.core.KeyCode.Char
final case class Char(codePoint: Int)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def text: String

The text this key produces: the code point as a string for Char, empty for every named key.

The text this key produces: the code point as a string for Char, empty for every named key.

Attributes

Inherited from:
KeyCode