TouchDown()
Monkey Targets Forums/XNA/TouchDown()| 
 | ||
| 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 | 
| 
 | ||
| Hi, Umm, looks like there's no multitouch support in XNA mojo at all. Will fix this ASAP. | 
| 
 | ||
| eeeek :) Many thanks /Stu | 
| 
 | ||
| Is this true of all builds, or just the latest, v53? | 
| 
 | ||
| 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. | 
| 
 | ||
| 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 |