Character

data class Character(val codePoint: Int) : TextInputEvent(source)

One committed Unicode scalar value.

Constructors

Link copied to clipboard
constructor(codePoint: Int)

Properties

Link copied to clipboard

valid Unicode scalar value supplied by the platform.

Functions

Link copied to clipboard

Returns this scalar value as one UTF-16 string.