macro_rules! handle_arrow_key_spatial_nav {
($app:expr, $key_event:expr, $f:ident, $next:ident, $on_focus:expr) => { ... };
}Expand description
Handle arrow key spatial focus navigation.
Skips when the focused element is a TextField (those handle arrows for cursor movement)