mirror of https://github.com/axmolengine/axmol.git
16 lines
358 B
Lua
16 lines
358 B
Lua
|
|
--------------------------------
|
|
-- @module EventFocus
|
|
-- @extend Event
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#EventFocus] EventFocus
|
|
-- @param self
|
|
-- @param #ccui.Widget widgetLoseFocus
|
|
-- @param #ccui.Widget widgetGetFocus
|
|
-- @return EventFocus#EventFocus self (return value: cc.EventFocus)
|
|
|
|
return nil
|