Crate egui_keyboard

Crate egui_keyboard 

Source
Expand description

§Keyboard for Egui

made in Europe crates.io docs.rs

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.

Screenshot

§Features

  • Simple QWERTY and COLEMAK layout with upper case and lower case letters.
  • Pasting text from clipboard.

Modules§

layouts

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.