View Single Post
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#152
Problems: Works well in HiRes, bad in LowRes. Why does the outer box say ext, and the inner say finger, it should be opposite. And, obviously no pinch gesture, but "half-pinch".
Yes, its a start though, I've noted myself about resolution dependence, but its simply a matter of scale as part of the polish.

ermmm ext/finger - yeah I realised but the variables are named thusly and haven't renamed them yet.


How do you plan to differentiate between a normal click and a "multitouch".
it technically does now, if the single finger stroke does not break a certain Jump() radius then it is considered a single stroke.
It is only if it breaks this radius that it breaks into two, it should really only allow jumping if it happens from the start, ie not in mid stroke.

Lol, two versions of liqbase in a day. I am overwhelmed.
heh, well yeah I upped the code and was messing with it and it worked well enough to help explain to a buddy.