RainwayApp / bug-tracker

Report all issues found with Rainway here, or make suggestions for new features. 🐜
https://rainway.io/
27 stars 3 forks source link

Rainway disabled Enhance pointer precision on launch #287

Closed Aemony closed 5 years ago

Aemony commented 5 years ago

Title

Rainway disabled Enhanced pointer precision silently without notifying the user nor option to control it.

Steps

What happens

Enhance pointer precision gets disabled when Rainway is launched.

What is expected

Enhance pointer precision is not disabled when Rainway is launched. Perhaps when streaming starts, but not before that, and if it is disabled when streaming starts it should be restored as it were post-streaming.

Host

Logs

Server_1551536950902.log.gz

riverar commented 5 years ago

Just ran into this too. This is a bug, in my opinion. It's toggling mouse system settings without restoring them on close. cc: @Codeusa

FrobtheBuilder commented 5 years ago

It is necessary to disable mouse acceleration, otherwise our pointer tracking won't work. However, you're right in that it should restore it on close, if it was enabled in the first place.

riverar commented 5 years ago

Not outside of streaming. This was fixed in #359 and can be closed.

FrobtheBuilder commented 5 years ago

Oh, huh, I thought that other one was closed due to being a duplicate, but it was this one that was the duplicate all along. My mistake.