Added initial support for MFi game controllers on iOS.

This commit is contained in:
Alex Szpakowski 2015-09-20 23:08:36 -03:00
parent c82ecd21c9
commit 0023cbb086
17 changed files with 840 additions and 193 deletions

View file

@ -25,8 +25,8 @@
#ifndef SDL_JOYSTICK_DISABLED
#ifdef __IPHONEOS__
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define SCREEN_WIDTH 480
#define SCREEN_HEIGHT 320
#else
#define SCREEN_WIDTH 512
#define SCREEN_HEIGHT 317