Crate terminput_egui

Source
Expand description

§terminput-egui

crates.io docs.rs Dependency Status license CI codecov GitHub repo size Lines of Code

terminput-egui provides helper functions for converting between terminput and egui types.

Functions§

to_egui
Converts the terminput Event to an egui Event.
to_terminput
Converts the egui Event to a terminput Event.