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
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