Pressing shift causes mouse scrolling to not work
doonv opened this issue · 0 comments
doonv commented
Pressing/Tapping the Shift key causes mouse-wheel scrolling to not work.
Causes
- Pressing the Shift key causes Bevy's input system to think the key is still pressed even after releasing this, this will be fixed by bevyengine/bevy#10702. When Bevy 0.13 releases.
- Holding the Shift key causes egui to turn the vertical scroll into a horizontal scroll, but since the console window cannot scroll, it does nothing. (emilk/egui#3624). When
bevy_egui
updates to a version of egui that includes this PR.