mirror of https://github.com/axmolengine/axmol.git
int --> Event::Type
This commit is contained in:
parent
cb7e0b391b
commit
063b012a9c
|
@ -58,7 +58,7 @@ public:
|
||||||
virtual ~Event();
|
virtual ~Event();
|
||||||
|
|
||||||
/** Gets the event type */
|
/** Gets the event type */
|
||||||
inline int getType() const { return _type; };
|
inline Type getType() const { return _type; };
|
||||||
|
|
||||||
/** Stops propagation for current event */
|
/** Stops propagation for current event */
|
||||||
inline void stopPropagation() { _isStopped = true; };
|
inline void stopPropagation() { _isStopped = true; };
|
||||||
|
|
Loading…
Reference in New Issue