Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitview.h @ 4465:3e69e077cb95
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Plus, this lets me start implementing cursor support.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 May 2010 20:47:22 -0700 |
parents | f7b03b6838cb |
children | 6dc6a2bdd55e |
comparison
equal
deleted
inserted
replaced
4464:fa77a6429698 | 4465:3e69e077cb95 |
---|---|
36 #if SDL_IPHONE_KEYBOARD | 36 #if SDL_IPHONE_KEYBOARD |
37 @interface SDL_uikitview : UIView<UITextFieldDelegate> { | 37 @interface SDL_uikitview : UIView<UITextFieldDelegate> { |
38 #else | 38 #else |
39 @interface SDL_uikitview : UIView { | 39 @interface SDL_uikitview : UIView { |
40 #endif | 40 #endif |
41 | 41 |
42 #if FIXME_MULTITOUCH | |
42 SDL_Mouse mice[MAX_SIMULTANEOUS_TOUCHES]; | 43 SDL_Mouse mice[MAX_SIMULTANEOUS_TOUCHES]; |
44 #endif | |
43 | 45 |
44 #if SDL_IPHONE_KEYBOARD | 46 #if SDL_IPHONE_KEYBOARD |
45 UITextField *textField; | 47 UITextField *textField; |
46 BOOL keyboardVisible; | 48 BOOL keyboardVisible; |
47 #endif | 49 #endif |