mirror of https://github.com/axmolengine/axmol.git
21 lines
544 B
Lua
21 lines
544 B
Lua
|
|
--------------------------------
|
|
-- @module EventTouch
|
|
-- @extend Event
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EventTouch] getEventCode
|
|
-- @param self
|
|
-- @return EventTouch::EventCode#EventTouch::EventCode ret (return value: cc.EventTouch::EventCode)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EventTouch] setEventCode
|
|
-- @param self
|
|
-- @param #cc.EventTouch::EventCode eventcode
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EventTouch] EventTouch
|
|
-- @param self
|
|
|
|
return nil
|