bevy/crates/bevy_winit/src
Tristan Guichaoua 9473726628
Fix Window::set_cursor_position (#9456)
# Objective

Fixes #9455

This change has probably been forgotten in
https://github.com/bevyengine/bevy/pull/8306.

## Solution

Remove the inversion of the Y axis when propagates window change back to
winit.
2023-08-17 16:59:07 +00:00
..
accessibility.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
converters.rs Add option to toggle window control buttons (#9083) 2023-07-23 01:02:40 +00:00
lib.rs Improve bevy_winit documentation (#7609) 2023-07-31 21:41:59 +00:00
system.rs Fix Window::set_cursor_position (#9456) 2023-08-17 16:59:07 +00:00
web_resize.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
winit_config.rs Change WinitPlugin defaults to limit game update rate when window is not visible (#7611) 2023-08-02 23:41:23 +00:00
winit_windows.rs Improve bevy_winit documentation (#7609) 2023-07-31 21:41:59 +00:00