Disable pinch/zoom/rotate gestures, if they are not specified in AndroidAppSettings.cfg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user