cocos2d-iphone-extensions  0.2
Cocos2D Extensions API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Properties
<CCLayerPanZoomClickDelegate> Protocol Reference

List of all members.

Public Member Functions

(void) - layerPanZoom:clickedAtPoint:tapCount:
(void) - layerPanZoom:touchPositionUpdated:
(void) - layerPanZoom:touchMoveBeganAtPosition:

Member Function Documentation

- (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.


The documentation for this protocol was generated from the following file: