You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
I noticed sometimes when I scroll with my scrollwheel gainput crashes because the buttonID is not correctly initialized. I debuged the code, and the reason is that for some reason windows sends out wheel message with a scrollwheel delta of Zero. The code to handle the scrollwheel explicitly skips this case and leaves buttonID uninitialized. a additional else return would fix this case.
I noticed sometimes when I scroll with my scrollwheel gainput crashes because the buttonID is not correctly initialized. I debuged the code, and the reason is that for some reason windows sends out wheel message with a scrollwheel delta of Zero. The code to handle the scrollwheel explicitly skips this case and leaves buttonID uninitialized. a additional else return would fix this case.
I can't do it myself right now because I already have a fork which is three years old and I dont wanna delete it.
The text was updated successfully, but these errors were encountered: