bevy/crates/bevy_window
IceSentry 29b09823ee Fix set_cursor_grab_mode to try an alternative mode before giving an error (#6599)
# Objective

- Closes https://github.com/bevyengine/bevy/issues/6590
- The grab mode is platform dependent, this is problematic for bevy users since we can't easily use the recommended way to detect if the feature works like the winit docs recommend https://docs.rs/winit/0.27.5/winit/window/struct.Window.html#method.set_cursor_grab

## Solution

Try to use the grab mode that was requested, if it fails use the other one. Only then log an error if it fails after this step.
2022-11-30 13:55:18 -08:00
..
src Fix set_cursor_grab_mode to try an alternative mode before giving an error (#6599) 2022-11-30 13:55:18 -08:00
Cargo.toml Release 0.9.0 (#6568) 2022-11-12 20:01:29 +00:00