TouchDown()

Monkey Targets Forums/XNA/TouchDown()

OvineByDesign(Posted 2012) [#1]
Im finding that I can only get feedback from TouchDown(0) and not from any other TouchDown(1),TouchDown(2) etc ....


Using a Nokia Lumia 800 , any ideas ? Its definitely multi touch

/Stu


marksibly(Posted 2012) [#2]
Hi,

Umm, looks like there's no multitouch support in XNA mojo at all.

Will fix this ASAP.


OvineByDesign(Posted 2012) [#3]
eeeek :)

Many thanks




/Stu


benmc(Posted 2012) [#4]
Is this true of all builds, or just the latest, v53?


dopeyrulz(Posted 2012) [#5]
Mark,

In-case you haven't yet had a chance to review, some info here about touch on XNA (you may have seen before).

http://msdn.microsoft.com/en-us/library/ff434208.aspx

It advises that the simple touch method via the mouse can be used (simulating mouse and touch) - which appears to be what you set in the mojo module.

It appears that WP7 can use up to 4 touchpoints according to the above.

If you need someone to test, I'm happy to help out.


dopeyrulz(Posted 2012) [#6]
Ok - i've had a bit of a play and appear to have got something working. I get the maximum 4 points as outlined in the documentation.

See here for further information:
http://www.monkeycoder.co.nz/Community/posts.php?topic=2310