Disable pinch/zoom/rotate gestures, if they are not specified in AndroidAppSettings.cfg

This commit is contained in:
pelya
2013-06-02 22:01:33 +03:00
parent 9615b759b4
commit 3c5729cff0

View File

@@ -178,16 +178,16 @@ extern int SDL_ANDROID_isTouchscreenKeyboardUsed;
#define SDL_ANDROID_SCREENKB_KEYCODE_5 SDL_ANDROID_KEYCODE_7
#endif
#ifndef SDL_ANDROID_SCREENKB_KEYCODE_6
#define SDL_ANDROID_SCREENKB_KEYCODE_6 SDL_ANDROID_KEYCODE_4
#define SDL_ANDROID_SCREENKB_KEYCODE_6 UNKNOWN
#endif
#ifndef SDL_ANDROID_SCREENKB_KEYCODE_7
#define SDL_ANDROID_SCREENKB_KEYCODE_7 SDL_ANDROID_KEYCODE_5
#define SDL_ANDROID_SCREENKB_KEYCODE_7 UNKNOWN
#endif
#ifndef SDL_ANDROID_SCREENKB_KEYCODE_8
#define SDL_ANDROID_SCREENKB_KEYCODE_8 SDL_ANDROID_KEYCODE_8
#define SDL_ANDROID_SCREENKB_KEYCODE_8 UNKNOWN
#endif
#ifndef SDL_ANDROID_SCREENKB_KEYCODE_9
#define SDL_ANDROID_SCREENKB_KEYCODE_9 SDL_ANDROID_KEYCODE_9
#define SDL_ANDROID_SCREENKB_KEYCODE_9 UNKNOWN
#endif
// Queue events to main thread