Skip to main content

handle_arrow_key_spatial_nav

Macro handle_arrow_key_spatial_nav 

Source
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)