emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

Add an input event history tracker to the egui demo lib #4693

Closed emilk closed 5 days ago

emilk commented 5 days ago

This is great for testing how e.g. keyboard events are seen by egui:

image