Files
wnmj/cocos2d/cocos/scripting/lua-bindings/auto/api/EventFocus.lua
2026-03-01 13:51:43 +08:00

19 lines
500 B
Lua

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