Class CCTouchHandler

#include <Geode/cocos/touch_dispatcher/CCTouchHandler.h>
classCCTouchHandler:publiccocos2d::CCObject{ ... }

CCTouchHandler Object than contains the delegate and priority of the event handler.

Examples0
Public static methods1
staticcocos2d::CCTouchHandler*handlerWithDelegate(,
intnPriority
)

allocates a TouchHandler with a delegate and a priority

Public member functions7
cocos2d::CCTouchDelegate*getDelegate()

delegate

voidsetDelegate()
No description provided
intgetPriority()

priority

voidsetPriority(
intnPriority
)
No description provided
intgetEnabledSelectors()

enabled selectors

voidsetEnalbedSelectors(
intnValue
)
No description provided
virtualboolinitWithDelegate(,
intnPriority
)

initializes a TouchHandler with a delegate and a priority

Fields3
;
No description provided
intm_nPriority
;
No description provided
intm_nEnabledSelectors
;
No description provided
Protected member functions0
Protected fields0