This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated iPhone keyboard code (which builds and runs on the iPad and i…
…Phone simulator now) Updated iPhone demos (which build and run again)
- Loading branch information
Showing
with
55 additions
and 39 deletions.
- +17 −2 Xcode-iPhoneOS/Demos/DemosiPhoneOS.xcodeproj/project.pbxproj
- +0 −2 Xcode-iPhoneOS/Demos/src/fireworks.c
- +2 −3 Xcode-iPhoneOS/Demos/src/mixer.c
- +0 −1 Xcode-iPhoneOS/Demos/src/touch.c
- +18 −7 Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
- +2 −5 include/SDL_config_iphoneos.h
- +4 −0 src/events/SDL_keyboard.c
- +3 −0 src/video/uikit/SDL_uikitopengles.m
- +0 −2 src/video/uikit/SDL_uikitview.h
- +9 −17 src/video/uikit/SDL_uikitview.m