2014-05-08 14:03:37 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module EventFocus
|
|
|
|
-- @extend Event
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-05-08 14:03:37 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2015-03-24 11:25:31 +08:00
|
|
|
-- Constructor.<br>
|
|
|
|
-- param widgetLoseFocus The widget which lose focus.<br>
|
|
|
|
-- param widgetGetFocus The widget which get focus.
|
2014-05-08 14:03:37 +08:00
|
|
|
-- @function [parent=#EventFocus] EventFocus
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #ccui.Widget widgetLoseFocus
|
|
|
|
-- @param #ccui.Widget widgetGetFocus
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return EventFocus#EventFocus self (return value: cc.EventFocus)
|
2014-05-08 14:03:37 +08:00
|
|
|
|
|
|
|
return nil
|