Expand description
Keyboard input handling
This module provides keyboard codes and key handling functionality.
Structs§
Enums§
- KeyCodeV
Board - Window Virtual keyboard codes
- KeyEvent
Wui - 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.