|
cocos2d-iphone-extensions
0.2
Cocos2D Extensions API Reference (iOS version) for www.kobold2d.com developers
|
Public Member Functions | |
| (void) | - layerPanZoom:clickedAtPoint:tapCount: |
| (void) | - layerPanZoom:touchPositionUpdated: |
| (void) | - layerPanZoom:touchMoveBeganAtPosition: |
| - (void) layerPanZoom: | (CCLayerPanZoom *) | sender | |
| clickedAtPoint: | (CGPoint) | aPoint | |
| tapCount: | (NSUInteger) | tapCount | |
Sent to delegate each time, when click event was obtained. Only for mode = kCCLayerPanZoomModeSheet.
| - (void) layerPanZoom: | (CCLayerPanZoom *) | sender | |
| touchMoveBeganAtPosition: | (CGPoint) | aPoint | |
Sent to delegate each time, when users drags finger on the screen. This means that click event is not possible with that touch from now.
| - (void) layerPanZoom: | (CCLayerPanZoom *) | sender | |
| touchPositionUpdated: | (CGPoint) | newPos | |
Sent to delegate each time, when touch position was updated.