struct

Espresso::KeyboardCharModsEvent

Inherits Espresso::KeyboardEvent / Espresso::WindowEvent / Struct / Value / Object

Event triggered when a unicode character is entered. This includes modifier keys held when the character was input.

Instance methods

char

The character that was entered.

Source
mods

Any modifier keys that were held down when the event occurred.

Source