Conforms to NSObject
Declared in CCLayerPanZoom.h

Overview

Frame mode (i.e. drag inside objects): hold finger at edge of the screen to the sroll in this direction

Tasks

Instance Methods

layerPanZoom:clickedAtPoint:tapCount:

Sent to delegate each time, when click event was obtained. Only for mode = kCCLayerPanZoomModeSheet.

- (void)layerPanZoom:(CCLayerPanZoom *)sender clickedAtPoint:(CGPoint)aPoint tapCount:(NSUInteger)tapCount

Declared In

CCLayerPanZoom.h

layerPanZoom:touchMoveBeganAtPosition:

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 touchMoveBeganAtPosition:(CGPoint)aPoint

Declared In

CCLayerPanZoom.h

layerPanZoom:touchPositionUpdated:

Sent to delegate each time, when touch position was updated.

- (void)layerPanZoom:(CCLayerPanZoom *)sender touchPositionUpdated:(CGPoint)newPos

Declared In

CCLayerPanZoom.h