Class CCStandardTouchDelegate

#include <Geode/cocos/touch_dispatcher/CCTouchDelegateProtocol.h>
classCCStandardTouchDelegate:publiccocos2d::CCTouchDelegate{ ... }

Since v0.8

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

Examples0
Public static methods0
Public member functions4
virtualvoidccTouchesBegan(,)
No description provided
virtualvoidccTouchesMoved(,)
No description provided
virtualvoidccTouchesEnded(,)
No description provided
virtualvoidccTouchesCancelled(,)
No description provided
Fields0
Protected member functions0
Protected fields0