Help with multitouch game (Meego N9)
-
Hi, I would like to know how to use multitouch in n9 harmattan ..
Because there is not a code specifically for use in qml.
I found these:-
"multitouch pointer events":http://developer.nokia.com/Community/Blogs/blog/lauri-jaaskelas-forum-nokia-blog/2011/02/03/raw-multitouch-pointer-events-in-qml
(but I can not use it because there isn't a code like "onClicked() or onPressed()) -
"multitoucharea":http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-multipointtoucharea.html
(but there is only for QT5.. and sdk harmattan there are only up to Qt 4.7/8) -
"toucharea - qt labs":https://qt.gitorious.org/qt-labs/qml-toucharea/source/dc63adc20bcc941b07b0ccaa35a79812107d1d02:
(I can not install this plugin in qt.
I build the project, I created the library with the extension '*.so' to be put in ... Qt/labs/toucharea but when I try to import it into qml 'import Qt.labs.toucharea 1.0' it do not found.. Why? )
Thanks, regards :)
-
-
Hi,
I just read your message now.We have implemented a multitouch component available for Qt Quick 1.1 and Qt 4 in "V-Play":http://v-play.net. V-Play is a cross-platform game engine for mobile 2d games. The documentation of the "MultiTouchArea component is available here":http://v-play.net/doc/vplay1-multitoucharea.html.
For MeeGo, Symbian, Windows, Mac & Linux you can use the Free version of V-Play to publish your games. You can also test your games on your iOS & Android devices with the Free Plan.
Cheers, Chris
(Disclaimier: I'm the Co-Founder of V-Play ;)