eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

Mouse scroll wheel only registers single input #12

Closed eglowacki closed 4 years ago

eglowacki commented 4 years ago

When scrolling a mouse wheel in the same direction, it will only register the first turn, and subsequent ones are ignored. This is most likely due to comparing to the last input and throwing away a new one.

Why it does not compare timestamp?

eglowacki commented 4 years ago

Fixed in changelist: 686, branch: version_0_2