summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.EventFocus.lua
blob: 462f3fbba7b7d15d1bee350e1669e81c7a97e863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

---@class cc.EventFocus :cc.Event
local EventFocus={ }
cc.EventFocus=EventFocus




---*  Constructor.<br>
---* param widgetLoseFocus The widget which lose focus.<br>
---* param widgetGetFocus The widget which get focus.<br>
---* js ctor
---@param widgetLoseFocus ccui.Widget
---@param widgetGetFocus ccui.Widget
---@return self
function EventFocus:EventFocus (widgetLoseFocus,widgetGetFocus) end