Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(app: &mut App, key: KeyEvent) -> Option<UserAction>
Expand description

Dispatch a key event onto the app state. Returns an optional UserAction the caller must forward to the agent worker.