bevy/crates/bevy_winit/src
Patrick Towles 49ff9bb156 Removed Mobile Touch event y-axis flip (#6597)
# Objective

Fix android touch events being flipped.  Only removed test for android, don't have ios device to test with.  Tested with emulator and physical device.

## Solution

Remove check, no longer needed with coordinate change in 0.9
2022-11-30 13:49:08 -08:00
..
converters.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
lib.rs Removed Mobile Touch event y-axis flip (#6597) 2022-11-30 13:49:08 -08:00
web_resize.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
winit_config.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
winit_windows.rs do not set cursor grab on window creation if not asked for (#6381) 2022-10-31 16:12:18 +00:00