#include <CCEventAcceleration.h>
Public Member Functions | |
EventAcceleration (Acceleration acc) | |
![]() | |
virtual | ~Event () |
Destructor. More... | |
const std::string & | getType () const |
Gets the event type. More... | |
void | stopPropagation () |
Stops propagation for current event. More... | |
bool | isStopped () const |
Checks whether the event has been stopped. More... | |
Node * | getCurrentTarget () |
Gets current target of the event. More... | |
Static Public Attributes | |
static const char * | EVENT_TYPE |
var | EVENT_TYPE |
local | EVENT_TYPE |
Friends | |
class | EventListenerAcceleration |
Additional Inherited Members | |
![]() | |
Event (const std::string &type) | |
Constructor. More... | |
void | setCurrentTarget (Node *target) |
Sets current target. More... | |
![]() | |
std::string | _type |
Event type. More... | |
bool | _isStopped |
whether the event has been stopped. More... | |
Node * | _currentTarget |
Current target. More... | |
var | _currentTarget |
Current target. More... | |
local | _currentTarget |
Current target. More... | |
EventAcceleration | ( | Acceleration | acc) |
var EventAcceleration | ( | var | acc) |
local EventAcceleration | ( | local | acc) |
|
friend |
|
friend |
|
friend |
|
static |
|
static |
|
static |