FocusNavigationManipulator
¶
FocusNavigationManipulator converts key gestures into focus chain navigation actions to move the focus between focusable nodes.
The manipulator defines the default key gestures to navigate the focus chain for these keys:
To change these key gestures, call the setFocusNavigationKey() method.
The manipulator dispatches dedicated focus move messages for each detected focus navigation key gesture. The message argument contains the key and the key modifier of the key gesture that triggered the focus move.
Use the FocusScope::setFocusNavigationManipulator() method to set the focus navigation on a focus scope. This makes sure that the root node of the focus scope uses the correct focus navigation manipulator.
Inherits properties and message types from FocusNavigationManipulatorMetadata.
Creates a FocusNavigationManipulator instance.