bevy_editor_prototypes
bevy_editor_prototypes copied to clipboard
Pane Shortcut Handling
trafficstars
The shortcuts on a pane should be 'local'. They should only work when the pane is focused/hovered.
For this to work panes can't process their inputs from the global input resources and instead we need a mechanism to pass inputs from bevy_pane_layout to the panes.