bevy_editor_prototypes icon indicating copy to clipboard operation
bevy_editor_prototypes copied to clipboard

Pane Shortcut Handling

Open tim-blackbird opened this issue 1 year ago • 0 comments
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.

tim-blackbird avatar Oct 16 '24 00:10 tim-blackbird