cocoaTouch/SDLOverrides/SDL_uikitview.h
changeset 2754 ad4f81fbfb76
parent 2738 bfccb2ec4334
child 2772 1965eba10be6
equal deleted inserted replaced
2753:2305bb5dc5f2 2754:ad4f81fbfb76
    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;