Files

19 lines
500 B
Lua
Raw Permalink Normal View History

2026-03-03 13:56:44 +08:00
--------------------------------
-- @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