cocos2d-iphone  1.0.1
Improved Cocos2D API Reference (iOS version) for Kobold2D developers
<CCStandardTouchDelegate> Protocol Reference

#include <CCTouchDelegateProtocol.h>

+ Inheritance diagram for <CCStandardTouchDelegate>:

List of all members.

Public Member Functions

void ccTouchesBegan:withEvent: (NSSet *touches,[withEvent] UIEvent *event)
void ccTouchesMoved:withEvent: (NSSet *touches,[withEvent] UIEvent *event)
void ccTouchesEnded:withEvent: (NSSet *touches,[withEvent] UIEvent *event)
void ccTouchesCancelled:withEvent: (NSSet *touches,[withEvent] UIEvent *event)

Detailed Description

CCStandardTouchDelegate.

This type of delegate is the same one used by CocoaTouch. You will receive all the events (Began,Moved,Ended,Cancelled).

Since:
v0.8

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