How to develop the Multi Touch game in J2ME ??...
In J2ME support the Multi Touch or Not...
pls any one Help Me..........
How to develop the Multi Touch game in J2ME ??...
In J2ME support the Multi Touch or Not...
pls any one Help Me..........
Hi hari and welcome to Nokia's Discussion Boards,
There are a lot of resources on this site about UI elements, Touch events and multitouch examples
You could familiarize yourself with some of the following:
a)the Java ME examples in the wiki:
http://www.developer.nokia.com/Commu...tegory:Java_ME
b) the Touch UI articles in Java Developer's Library:
http://library.developer.nokia.com/t...B166C077F.html
c) the examples in the Library (including source code for two multipoint touch event examples)
http://library.developer.nokia.com/t...33A115191.html
Last edited by skalogir; 2011-12-13 at 07:28.
hi skalogir....
thanks For reply..but ur link is un available........
As far as I know J2ME doesn't have support for multitouch. People who work in c++ usually select QT for development. It does have support for multi touch.
Have you checked the links I have provided, especially b?
You will find out, that J2ME does support Touch events.
Touch support is there but not Multi touch.
Refer the link
J2ME supports Touch and MultiTouch events, though there is no significant deviation from coding a single-touch application, as the same methods, pointerPressed, pointerDragged and pointerReleased are used in both cases, except from the nokia specific system property:
http://library.developer.nokia.com/t...62%65%72%22%20
In the examples link I have provided, the 7th and 8th examples are multitouched as described by their title.
You can always use these direct links in order to download the source code:
http://library.developer.nokia.com/t...0A868DAB4.html
http://library.developer.nokia.com/t...F9A482761.html