DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
314 stars 25 forks source link

Enable mouse grabbing on OSX / MacOS #354

Open Polostor opened 1 year ago

Polostor commented 1 year ago

After upgrading to the latest main I have found a bug where I can't use my mouse. It is stuck in first loaded place and does not move even when it should..

This issue appears on both M1 Mac as well as on Intel Mac.

I have checked and I can confirm, that this does not happen before the PR https://github.com/DigitalExtinction/Game/pull/352

Polostor commented 1 year ago

I have done another research and the issue is purely in commit https://github.com/DigitalExtinction/Game/pull/352/commits/5e45926a3fa497e5fc0c9493155bf6d91c585e01

Indy2222 commented 1 year ago

Probably result of https://github.com/rust-windowing/winit/issues/1093

Indy2222 commented 1 year ago

355 implements a stop-gab solution of disabling mouse grabbing on MacOS.

github-actions[bot] commented 3 months ago

There is no activity on the issue for some time.