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

Simplify and fix SystemView slide scrolling logic #505

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

sdt
Copy link

@sdt sdt commented Aug 28, 2015

Looping around the ends becomes much simpler if we take mScrollVelocity into account, as it tells us which way we're supposed to be scrolling.

The existing method works if you wait for the transition to finish before scrolling to the next item, but if you press the arrows too quickly you'll zoom the wrong way rather than wrapping.

Looping around the ends becomes much simpler if we take mScrollVelocity
into account, as it tells us which way we're supposed to be scrolling.

The existing method works if you wait for the transition to finish
before scrolling to the next item, but if you press the arrows too
quickly you'll zoom from end->start rather than wrapping.
joolswills added a commit to joolswills/EmulationStation that referenced this pull request Feb 8, 2019
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

Successfully merging this pull request may close these issues.

1 participant