mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Add option to use the scroll input from both directions to scroll the enabled direction if scrolling is enabled for only one direction. This can be used to allow horizontal scrolling without pressing shift if vertical scrolling is disabled. Closes <https://github.com/emilk/egui/issues/3624>.
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.