cocos2d-x  3.0-beta2
 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)

Public Attributes

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

Constructor & Destructor Documentation

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

Member Data Documentation

var actionType
local actionType
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: