Implement support for navigating forms, UI, objects using keyboard/mouse navigation events and submits. E.g. the user should be able to scroll through a list or tab through input fields and press enter to press buttons. As such there need to be additional states to each view - focused as well as logic for handling navigation in the hierarchy.
Implement support for navigating forms, UI, objects using keyboard/mouse navigation events and submits. E.g. the user should be able to scroll through a list or tab through input fields and press enter to press buttons. As such there need to be additional states to each view - focused as well as logic for handling navigation in the hierarchy.