Thread
:
Software emulation of dualtouch input possible?
View Single Post
gerdich
2011-01-12 , 15:24
Posts: 323 | Thanked: 116 times | Joined on Jul 2010
#
24
This is only ONE very simple emulation of multitouch:
(I call it Multiple virtual pointers MVP).
Instead of a single mouse pointer you have several (say 7) virtual pointers.
The principle is very easy (I call it "Jump to the next pointer" (JNP)):
If you tap on the screen only the virtual pointer next to the tapped location is moved to that place.
@ysss:
I didn't see your posts:
This problem is solved by my tap@swipe emulation:
If you tap on the screen followed by a swiping this is recognized as a combined gesture with the following interpretation.
The tapped spot is the center of the transformation.
The beginning and the end of the swiping define the transformation (rotation, zoom)
Last edited by gerdich; 2011-01-12 at
15:29
. Reason: Didn't see post
Quote & Reply
|
gerdich
View Public Profile
Send a private message to gerdich
Find all posts by gerdich