cocos2d-x  3.0rc1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TouchesScriptData Struct Reference

#include <CCScriptSupport.h>

Public Member Functions

 TouchesScriptData (EventTouch::EventCode inActionType, void *inNativeObject, const std::vector< Touch * > &inTouches, Event *evt)

Public Attributes

EventTouch::EventCode actionType
var actionType
local actionType
void * nativeObject
var nativeObject
local nativeObject
const std::vector< Touch * > & touches
var touches
local touches
Eventevent

Constructor & Destructor Documentation

TouchesScriptData ( EventTouch::EventCode  inActionType,
void *  inNativeObject,
const std::vector< Touch * > &  inTouches,
Event evt 
)
inline

Member Data Documentation

var actionType
local actionType
Event* event
var event
local event
void* nativeObject
var nativeObject
local nativeObject
const std::vector<Touch*>& touches
var touches
local touches

The documentation for this struct was generated from the following file: