Expand description
§Keyboard for Egui
Simple (and quite brutal) replacement for a native Android keyboard for Egui.
§Why?
Because while some small steps were taken, support for a native Android keyboards is not yet implemented in Winit/Egui stack.

§Features
- Simple QWERTY and COLEMAK layout with upper case and lower case letters.
- Pasting text from clipboard.
Modules§
Structs§
- Keyboard
- Main struct for the virtual keyboard. It stores the state of the keyboard and handles the rendering. Needs to be stored between frames.