Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using touchpad as mousewheel makes the game unresponsive #443

Closed
phobos2077 opened this issue Aug 16, 2022 · 2 comments
Closed

Using touchpad as mousewheel makes the game unresponsive #443

phobos2077 opened this issue Aug 16, 2022 · 2 comments

Comments

@phobos2077
Copy link
Collaborator

phobos2077 commented Aug 16, 2022

If UseScrollWheel is enabled and trying to scroll the main view using a touch pad on my laptop, the game becomes unresponsive:

  • Key presses register with a big delay or not at all
  • Mouse cursor (hex mode) seems to flicker in an unusual way

My guess: because normal mouse wheel event only happens once in a while, it works normally. But with touch pad you're supposed to scroll very smoothly, so an event fires a hundred times per second probably, and whatever code is responsible for processing the event, takes too much time to do it.

OS: Windows 11
Sfall: 4.3.6 (from Et Tu 1.8 release)
Hi-Res patch is disabled

@phobos2077
Copy link
Collaborator Author

Weirdly enough, disabling "Smart VSync" in Intel Graphics panel seems to have fixed this issue. Seems to be related to how any kind of external FPS limiters breaking the game.

@NovaRain
Copy link
Collaborator

NovaRain commented Aug 19, 2022

Closed because the cause for the title issue is found and solved (external FPS limiters).
The further discussion about FPS should continue in #322.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants