egui/egui-winit
5225225 461f380a24
egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849)
Listen for modifiers using ModifiersChanged
2021-11-01 21:34:06 +01:00
..
src egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849) 2021-11-01 21:34:06 +01:00
CHANGELOG.md egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849) 2021-11-01 21:34:06 +01:00
Cargo.toml Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 2021-10-24 16:15:07 +02:00
README.md Split out new crate egui-winit from egui_glium (#735) 2021-09-28 17:33:28 +02:00

README.md

egui-winit

Latest version Documentation unsafe forbidden MIT Apache

This crates provides bindings between egui and winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.