bevy
bevy copied to clipboard
Implement KeyboardFocus resource and focus keyboard events
What problem does this solve or what need does it fill?
See discussion: #15374
What solution would you like?
Implementation steps:
- [ ] Define
KeyboardFocusresource. - [ ] Write synchronization code between
KeyboardFocusandbevy_a11y::Focus. - [ ] Define
FocusKeyboardEventandHoverKeyboardEventtypes. - [ ] Write systems to read from input queue and dispatch the events.
- [ ] Write plugin which adds these systems and resources.
@alice-i-cecile @UkoeHB
Prototype is in PR #15611