CCTouchHandler Object than contains the delegate and priority of the event handler.
Class CCTouchHandler
#include <Geode/cocos/touch_dispatcher/CCTouchHandler.h>
classCCTouchHandler:publiccocos2d::CCObject{ ... }
Examples0
Public static methods1
staticcocos2d::CCTouchHandler*handlerWithDelegate(cocos2d::CCTouchDelegate*pDelegate,intnPriority)
allocates a TouchHandler with a delegate and a priority
Public member functions7
cocos2d::CCTouchDelegate*getDelegate()
delegate
voidsetDelegate(cocos2d::CCTouchDelegate*pDelegate)
No description provided
intgetPriority()
priority
intgetEnabledSelectors()
enabled selectors
virtualboolinitWithDelegate(cocos2d::CCTouchDelegate*pDelegate,intnPriority)
initializes a TouchHandler with a delegate and a priority
Fields3
cocos2d::CCTouchDelegate*m_pDelegate;
No description provided
intm_nPriority;
No description provided
intm_nEnabledSelectors;
No description provided