equal
deleted
inserted
replaced
56 |
56 |
57 // see initWithFrame for why "+" |
57 // see initWithFrame for why "+" |
58 +(void) attackButtonPressed; |
58 +(void) attackButtonPressed; |
59 +(void) attackButtonReleased; |
59 +(void) attackButtonReleased; |
60 |
60 |
61 @property CGFloat initialDistance; |
|
62 @property CGPoint gestureStartPoint; |
|
63 |
|
64 #if SDL_IPHONE_KEYBOARD |
61 #if SDL_IPHONE_KEYBOARD |
65 - (void)showKeyboard; |
62 - (void)showKeyboard; |
66 - (void)hideKeyboard; |
63 - (void)hideKeyboard; |
67 - (void)initializeKeyboard; |
64 - (void)initializeKeyboard; |
68 @property (readonly) BOOL keyboardVisible; |
65 @property (readonly) BOOL keyboardVisible; |