CharacterEvent

data class CharacterEvent(val character: Char, val modifiers: Set<KeyModifier>)(source)

Represents an event triggered by a character input, typically used in text input scenarios.

Constructors

Link copied to clipboard
constructor(character: Char, modifiers: Set<KeyModifier>)

Properties

Link copied to clipboard

the character associated with the input event.

Link copied to clipboard

the set of key modifiers (e.g., SHIFT, CTRL) active during the event.

Link copied to clipboard

Functions

Link copied to clipboard