View Single Post
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#144
0.0.5 includes a multitouch test ( http://liqbase.net/ ).

its been rolling around for a while, but last night I managed to describe exactly what was required.
This evening I have put a test in place and want to see if its reasonable.


// use the primary thumb as ground zero
// then keeping the thumb pressed and stationary touch with a secondary finger
// the cursor will jump to roughly the halfway point (depending upon pressure differential)
// this is my chance, I know the original fixed start location
// and I know roughly where the finger is, i know its direction, and something of its position
// if the finger moves closer, its rough position will get closer
// it it moves further away, then so will the rough position
// if it rotates, i will know roughly where it is
// i can use this rough guide to stretch or rotate objects

It can be viewed from options.multitouch test. if it can be refined, maybe we can use it as an input method.
 

The Following 3 Users Say Thank You to lcuk For This Useful Post: