mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
ca82fa883b
# Objective - Bevy main crashs on Safari mobile - On Safari mobile, calling winit_window.set_cursor_grab(true) fails as the API is not implemented (as there is no cursor on Safari mobile, the api doesn't make sense there). I don't know about other mobile browsers ## Solution - Do not call the api to release cursor grab on window creation, as the cursor is not grabbed anyway at this point - This is #3617 which was lost in #6218 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |