Wp7 - Increasing touch response time
i read that if you pan the surface of a touchscreen with Windows Phone 7 os, the TouchFrameEventHandler will be triggered every 15-25 millis开发者_JS百科econds. Is there a way to faster trigger the event? Thank you in advance!
No.
There's no way to override the speed at which events are raised. There are multiple factors which control the speed at which these events are raised.
Do you have a specific issue you're trying to resolve by doing this?
精彩评论