mirror of https://github.com/axmolengine/axmol.git
42 lines
927 B
Lua
42 lines
927 B
Lua
|
|
--------------------------------
|
|
-- @module EventFrame
|
|
-- @extend Frame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] setEvent
|
|
-- @param self
|
|
-- @param #string event
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] init
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] getEvent
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] create
|
|
-- @param self
|
|
-- @return EventFrame#EventFrame ret (return value: ccs.EventFrame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] clone
|
|
-- @param self
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFrame] EventFrame
|
|
-- @param self
|
|
|
|
return nil
|