Char

data class Char(val c: Char) : Key(source)

A regular character key.

Constructors

Link copied to clipboard
constructor(c: Char)

Properties

Link copied to clipboard
val c: Char