1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

Give focus to any clickable widget with tab/shift-tab

Use space or enter to click the selected widget.
Use arrow keys to adjust sliders and `DragValue`s.

Closes https://github.com/emilk/egui/issues/31
This commit is contained in:
Emil Ernerfeldt
2021-03-07 18:15:57 +01:00
parent 6fd7c422ab
commit a370339db7
12 changed files with 130 additions and 52 deletions

View File

@@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* You can now give focus to any clickable widget with tab/shift-tab.
* Use space or enter to click it.
* Use arrow keys to adjust sliders and `DragValue`s.
### Fixed 🐛
* Fixed secondary-click to open a menu