Module keyboard

Module keyboard 

Source
Expand description

Keyboard input handling

This module provides keyboard codes and key handling functionality.

Structs§

KeyEventWuiCommon

Enums§

KeyCodeVBoard
Window Virtual keyboard codes
KeyEventWui
Represents a single Keyboard event. Is a thin wrapper around the actual key information needed by CEF. Do not @me that this is complicated and odd. I know. Be my guest when you want to make a PR that streamlines this approach. It is generally hard to maintain something that uses this interface because of all the moving parts. I tried to reduce complexity where possible.