Thread
:
Software emulation of dualtouch input possible?
View Single Post
MaddogG
2011-01-11 , 08:46
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#
4
Originally Posted by
geneven
Lcuk's youtube multitouch demo:
http://www.youtube.com/watch?v=dJWvvn_cePM
You can achieve the same result with Qt with really few lines of code, but you have to insert multitouch emulation directly into the code of your application.
@Tiago
Since Maemo's X server does not support multitouch I don't know if what you want to do is possible. I mean, you can send two input signals simultaneously, but I think they will be processed one after the other.
Atm, I think that the only possible solution is to implement multitouch emulation directly into applications' code.
__________________
Some say the world will end in fire; some say in segfaults...
Quote & Reply
|
MaddogG
View Public Profile
Send a private message to MaddogG
Find all posts by MaddogG