Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitview.h @ 4490:06c7423f8c60
Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
Updated iPhone demos (which build and run again)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 07 Jul 2010 18:58:51 -0700 |
parents | 6dc6a2bdd55e |
children | 03dcb795c583 |
comparison
equal
deleted
inserted
replaced
4489:2bb1bfeee9e2 | 4490:06c7423f8c60 |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #import <UIKit/UIKit.h> | 23 #import <UIKit/UIKit.h> |
24 #include "SDL_stdinc.h" | 24 #include "SDL_stdinc.h" |
25 #include "SDL_mouse.h" | |
26 #include "SDL_mouse_c.h" | |
27 #include "SDL_events.h" | 25 #include "SDL_events.h" |
28 | 26 |
29 #if SDL_IPHONE_MULTIPLE_MICE | 27 #if SDL_IPHONE_MULTIPLE_MICE |
30 #define MAX_SIMULTANEOUS_TOUCHES 5 | 28 #define MAX_SIMULTANEOUS_TOUCHES 5 |
31 #else | 29 #else |