bevy/crates/bevy_winit/src
UkoeHB 61b4b38ad0
Move accessibility setup to accessibility module (#12784)
# Objective

- Reduce the size of `create_windows` and isolate accessibility setup
logic.

## Solution

- Move accessibility setup for new windows to the `accessibility`
module.

## Comments

This is a small refactor, no behavior changes.
2024-03-29 16:02:25 +00:00
..
accessibility.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +00:00
system.rs Make CreateWindowParams type and create_windows system public (#12428) 2024-03-12 14:54:06 +00:00
winit_config.rs Add the ability to request a redraw from an external source (#12197) 2024-03-04 17:17:17 +00:00
winit_event.rs Fix failures of typos and check-cfg (#12293) 2024-03-04 07:48:09 +00:00
winit_windows.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00