changeset 2754 | ad4f81fbfb76 |
parent 2738 | bfccb2ec4334 |
child 2772 | 1965eba10be6 |
--- a/cocoaTouch/SDLOverrides/SDL_uikitview.h Thu Feb 04 22:34:21 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitview.h Fri Feb 05 00:43:56 2010 +0000 @@ -56,7 +56,12 @@ // see initWithFrame for why "+" +(void) attackButtonPressed; -+(void) attackButtonReleased; ++(void) buttonsReleased; ++(void) walkingLeft; ++(void) walkingRight; ++(void) movingUp; ++(void) movingDown; ++(void) chatBegin; #if SDL_IPHONE_KEYBOARD - (void)showKeyboard;