#include <CCScriptSupport.h>
Public Member Functions | |
| TouchesScriptData (EventTouch::EventCode inActionType, void *inNativeObject, const std::vector< Touch * > &inTouches) | |
Public Attributes | |
| EventTouch::EventCode | actionType |
| local | actionType |
| void * | nativeObject |
| var | nativeObject |
| local | nativeObject |
| const std::vector< Touch * > & | touches |
| var | touches |
| local | touches |
|
inline |
| EventTouch::EventCode actionType |
| var actionType |
| local actionType |
| void* nativeObject |
| var nativeObject |
| local nativeObject |
| const std::vector<Touch*>& touches |
| var touches |
| local touches |