axmol/cocos/scripting/lua-bindings/auto/api/EventFocus.lua

18 lines
485 B
Lua
Raw Normal View History

--------------------------------
-- @module EventFocus
-- @extend Event
-- @parent_module cc
--------------------------------
-- Constructor.<br>
-- param widgetLoseFocus The widget which lose focus.<br>
-- param widgetGetFocus The widget which get focus.
-- @function [parent=#EventFocus] EventFocus
-- @param self
-- @param #ccui.Widget widgetLoseFocus
-- @param #ccui.Widget widgetGetFocus
-- @return EventFocus#EventFocus self (return value: cc.EventFocus)
return nil