equal
deleted
inserted
replaced
54 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
54 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
55 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
55 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
56 |
56 |
57 // see initWithFrame for why "+" |
57 // see initWithFrame for why "+" |
58 +(void) attackButtonPressed; |
58 +(void) attackButtonPressed; |
59 +(void) attackButtonReleased; |
59 +(void) buttonsReleased; |
|
60 +(void) walkingLeft; |
|
61 +(void) walkingRight; |
|
62 +(void) movingUp; |
|
63 +(void) movingDown; |
|
64 +(void) chatBegin; |
60 |
65 |
61 #if SDL_IPHONE_KEYBOARD |
66 #if SDL_IPHONE_KEYBOARD |
62 - (void)showKeyboard; |
67 - (void)showKeyboard; |
63 - (void)hideKeyboard; |
68 - (void)hideKeyboard; |
64 - (void)initializeKeyboard; |
69 - (void)initializeKeyboard; |