#include <CCEventListenerTouch.h>
Public Member Functions | |
virtual EventListenerTouch * | clone () override |
Overrides. More... | |
local | clone () |
Overrides. More... | |
virtual bool | checkAvaiable () override |
Checks whether the listener is available. More... | |
virtual | ~EventListenerTouch () |
local | ~EventListenerTouch () |
void | setSwallowTouches (bool needSwallow) |
![]() | |
virtual | ~EventListener () |
Destructor. More... | |
![]() | |
Object () | |
Constructor. More... | |
virtual | ~Object () |
void | release () |
Release the ownership immediately. More... | |
void | retain () |
Retains the ownership. More... | |
Object * | autorelease () |
Release the ownership sometime soon automatically. More... | |
bool | isSingleReference () const |
Returns a boolean value that indicates whether there is only one reference to the object. More... | |
unsigned int | retainCount () const |
Returns the object's current reference count. More... | |
virtual bool | isEqual (const Object *object) |
Returns a boolean value that indicates whether this object and a given object are equal. More... | |
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual void | update (float dt) |
Static Public Member Functions | |
static EventListenerTouch * | create (Touch::DispatchMode mode) |
local | create ( local mode) |
Public Attributes | |
std::function< bool(Touch *, Event *)> | onTouchBegan |
var | onTouchBegan |
local | onTouchBegan |
std::function< void(Touch *, Event *)> | onTouchMoved |
var | onTouchMoved |
local | onTouchMoved |
std::function< void(Touch *, Event *)> | onTouchEnded |
var | onTouchEnded |
local | onTouchEnded |
std::function< void(Touch *, Event *)> | onTouchCancelled |
std::function< void(const std::vector< Touch * > &, Event *)> | onTouchesBegan |
std::function< void(const std::vector< Touch * > &, Event *)> | onTouchesMoved |
std::function< void(const std::vector< Touch * > &, Event *)> | onTouchesEnded |
std::function< void(const std::vector< Touch * > &, Event *)> | onTouchesCancelled |
Friends | |
class | EventDispatcher |
Additional Inherited Members | |
![]() | |
EventListener () | |
Constructor. More... | |
EventListener () | |
Constructor. More... | |
bool | init (const std::string &t, std::function< void(Event *)>callback) |
Initializes event with type and callback function. More... | |
local | init ( local t, local callback) |
Initializes event with type and callback function. More... | |
![]() | |
std::function< void(Event *)> | _onEvent |
local | _onEvent |
std::string | _type |
Event callback function. More... | |
var | _type |
Event callback function. More... | |
local | _type |
Event callback function. More... | |
bool | _isRegistered |
Event type. More... | |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
static |
|
static |
|
static |
void setSwallowTouches | ( | bool | needSwallow) |
var setSwallowTouches | ( | var | needSwallow) |
local setSwallowTouches | ( | local | needSwallow) |
|
friend |
|
friend |
|
friend |
var onTouchBegan |
local onTouchBegan |
var onTouchCancelled |
local onTouchCancelled |
var onTouchEnded |
local onTouchEnded |
var onTouchesBegan |
local onTouchesBegan |
var onTouchesCancelled |
local onTouchesCancelled |
var onTouchesEnded |
local onTouchesEnded |
var onTouchesMoved |
local onTouchesMoved |
var onTouchMoved |
local onTouchMoved |