[][src]Module druid_shell::keyboard

Keyboard event types and helpers

Structs

KeyEvent

A keyboard event, generated on every key press and key release.

KeyModifiers

Keyboard modifier state, provided for events.

Enums

KeyCode

A platform-independent key identifier. This ignores things like the user's keyboard layout.

RawKeyCode
StrOrChar

A type we use in the constructor of KeyEvent, specifically to avoid exposing internals.