[−][src]Trait input::TextEvent
When receiving text from user, such as typing a character.
Required methods
fn from_text(text: &str, old_event: &Self) -> Option<Self>
Creates a text event.
Preserves time stamp from original input event, if any.
fn text<U, F>(&self, f: F) -> Option<U> where
F: FnMut(&str) -> U,
F: FnMut(&str) -> U,
Calls closure if this is a text event.