logo

Type Definition nannou::window::ReceivedCharacterFn[][src]

pub type ReceivedCharacterFn<Model> = fn(_: &App, _: &mut Model, _: char);
Expand description

A function for processing received characters.