equal
deleted
inserted
replaced
46 UITextField *textField; |
46 UITextField *textField; |
47 BOOL keyboardVisible; |
47 BOOL keyboardVisible; |
48 #endif |
48 #endif |
49 } |
49 } |
50 |
50 |
51 |
|
52 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
51 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
53 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
52 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
54 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
53 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
55 |
|
56 // see initWithFrame for why "+" |
|
57 +(void) attackButtonPressed; |
|
58 +(void) buttonsReleased; |
|
59 +(void) walkingLeft; |
|
60 +(void) walkingRight; |
|
61 +(void) movingUp; |
|
62 +(void) movingDown; |
|
63 +(void) chatBegin; |
|
64 |
54 |
65 #if SDL_IPHONE_KEYBOARD |
55 #if SDL_IPHONE_KEYBOARD |
66 - (void)showKeyboard; |
56 - (void)showKeyboard; |
67 - (void)hideKeyboard; |
57 - (void)hideKeyboard; |
68 - (void)initializeKeyboard; |
58 - (void)initializeKeyboard; |