How often does XNA on WP7 read touches state? Can I make XNA do it more often?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
XNA’s Update() method (one of the default five) is called 60 times a second, so the touch state can be updated in there thus meaning it is also updated 60 times a sec. Its your choice how you update the touch state. The win phone os will have internal updates but for your game you can check the states through the TouchPanel class.