struct Espresso::KeyboardCharEvent

Overview

Event triggered when a unicode character is entered.

Defined in:

espresso/events/keyboard_char_event.cr

Instance Method Summary

Instance methods inherited from struct Espresso::KeyboardEvent

keyboard : Keyboard keyboard

Instance methods inherited from struct Espresso::WindowEvent

window : Window window

Instance Method Detail

def char : Char #

The character that was entered.


[View source]