Upgraded touchId/fingerId to long. Changed position variables to floats.

This commit is contained in:
jimtla 2010-07-30 23:18:35 +04:00
parent 6ed8759bcc
commit c9b9312be3
7 changed files with 69 additions and 78 deletions

View file

@ -35,7 +35,7 @@
#endif
#if FIXED_MULTITOUCH
int touchId;
long touchId;
#ifndef IPHONE_TOUCH_EFFICIENT_DANGEROUS
UITouch *finger[MAX_SIMULTANEOUS_TOUCHES];
#endif