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
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: