Module data

Source
Expand description

All the data sent between egui and the backend

Re-exportsยง

pub use key::Key;
pub use user_data::UserData;

Modulesยง

input
The input needed by egui.
key ๐Ÿ”’
output
All the data egui returns to the backend at the end of each frame.
user_data ๐Ÿ”’