neo97
neo97
As mentioned by @DJMcNab in [this message](https://discord.com/channels/691052431525675048/743663673393938453/875629114361532466), my expected behavior does not align with winit's expected behavior for [the underlying `set_cursor_grab` function](https://docs.rs/winit/0.25.0/winit/window/struct.Window.html#method.set_cursor_grab). There is an [open issue](https://github.com/rust-windowing/winit/issues/1677) for this behavior...
> In most case where you "lock" (with Bevy's lock) the cursor, wouldn't you want to also make it invisible, which would make this issue invisible? Yes, I kept it...