Bläddra i källkod

Do not define IPHONE_TOUCH_EFFICIENT_DANGEROUS for consistent touch IDs.

Lasse Öörni 13 år sedan
förälder
incheckning
3e229b083a
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      ThirdParty/SDL/src/video/uikit/SDL_uikitview.h

+ 3 - 1
ThirdParty/SDL/src/video/uikit/SDL_uikitview.h

@@ -19,12 +19,14 @@
   3. This notice may not be removed or altered from any source distribution.
   3. This notice may not be removed or altered from any source distribution.
 */
 */
 
 
+// Modified by Lasse Oorni for Urho3D
+
 #import <UIKit/UIKit.h>
 #import <UIKit/UIKit.h>
 #import "SDL_uikitviewcontroller.h"
 #import "SDL_uikitviewcontroller.h"
 
 
 #include "SDL_touch.h"
 #include "SDL_touch.h"
 
 
-#define IPHONE_TOUCH_EFFICIENT_DANGEROUS
+//#define IPHONE_TOUCH_EFFICIENT_DANGEROUS
 
 
 #ifndef IPHONE_TOUCH_EFFICIENT_DANGEROUS
 #ifndef IPHONE_TOUCH_EFFICIENT_DANGEROUS
 #define MAX_SIMULTANEOUS_TOUCHES 5
 #define MAX_SIMULTANEOUS_TOUCHES 5