"blue" event listener. For cleanup only
The DOM element where the event listeners are added
Similar to KeyboardDriverGroup#roots, but only contains enabled Roots.
"focus" event listener. For cleanup only
"keydown" event listener. For cleanup only
"keyup" event listener. For cleanup only
The original tabIndex of the DOM element. For cleanup only
The list of Roots assigned to this group, in the order they were added to this group. Not to be confused with KeyboardDriver#accessList.
If true, then the DOM element's tabIndex will be set to 0 if negative, so that it can be selected via tab focus. Defaults to true.
Similar to KeyboardDriverGroup#enabledRoots, but only contains enabled Roots that are Root#tabFocusable.
Should TabSelectEvent events wrap-around to the other end of the group if not captured by the last (or first) Root? If this is true, the navigation will be trapped to this group for keyboard-only users, since that will be the only way to change keyboard focus. Useful for 3D engines where all Roots share the same canvas.
A KeyboardDriverGroup bound to a DOM element, with extra properties used for cleaning up event listeners.