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

Glitchy scrolling + touching #7

Closed
vgmoose opened this issue Jun 14, 2016 · 0 comments
Closed

Glitchy scrolling + touching #7

vgmoose opened this issue Jun 14, 2016 · 0 comments

Comments

@vgmoose
Copy link
Owner

vgmoose commented Jun 14, 2016

Buttons currently activate on touch down, which is a pain, as they pop up while you're trying to scroll..

Instead, a button should activate under the following condition:

  • a touch down is seen, && then a touch up is seen, && the distance between the two touches isn't that big (with the implication that the use would have "scrolled" away and not intended to click)

Visually, the button should "grow" on touch down, but shrink if scrolled away from. I believe this is how smartphones would handle it.

In addition to this, scrolling in general should be smoother (inertia?), and the joystick should allow the user to scroll as well as the touch screen

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

1 participant