jPCT-AE - a 3d engine for Android > Support

Nexus one & multi touch

(1/2) > >>

raft:
i've spent several hours to implement a multi touch based control system. basicly one joystick like touch button on one side of screen and one jump button on other side. i've tried several different ways. none were as good as i expected. movement goes jerky at some point. finally i tried 4 separate arrow buttons and a jump button. didnt help either.

then after some googling, found this post:
http://groups.google.com/group/android-developers/browse_thread/thread/d0aa3eea8fd9a2b8/fcc36fe03fe8886d

it basicly says, N1's screen is not capable of multi touch. when two touch points come too closer or their axes come closer, hardware cannot separate two signals. their coordinates flip. as this is a hardware issue, there is no workaround. many HTC phones have the same issue since they use the same screen.

and a video visualizing the fault:
http://www.youtube.com/watch?v=qzhUzq6bTPg

i bought this phone to develop this game. i feel robbed >:(

EgonOlsen:
Touch controls are bit of a performance problem anyway...look here: http://code.google.com/p/android/issues/detail?id=7836

That's why i added trackball controls to my game in addition to touch events. Not all devices have one (mine has some keys for it, which is virtually the same things), but those who have will benefit from that.

Edit: My phone (just like many older ones) doesn't support multi touch anyway...

raft:
that doesnt stress N1 that much. framerate hardly drops %10 or so when screen is touched. but i suppose as written there, this mostly effects older phones.

multi touch in software came with android 2.0. as i read, most older samsung phones (like your galaxy) has a resistive screen. so even if you update it to 2.0 it wont support multi touch. as it has a capacitive screen, G1 does support it, if you even call it a support ::)

raft:
Egon, can u please try the following application in Galaxy S ? it's the multi touch test application seen in the youtube video above
http://aptalkarga.com/tmp/MTVisTest.apk

EgonOlsen:
I don't have access to a Galaxy S, just the normal Galaxy, which supports no multi touch.

Navigation

[0] Message Index

[#] Next page

Go to full version