View source
class DefaultFocusManager
package feathers.core
extends EventDispatcher
implements IFocusManager
The default implementation of IFocusManager
.
Events:
openfl.events.Event.CLEAR | Dispatched when the focus manager is disposed. |
---|
Available since
1.0.0
.Constructor
new(root:DisplayObject)
Creates a new DefaultFocusManager
object with the given arguments.
Available since
1.0.0
.