Remove incorrect doc comment

This commit is contained in:
Tanuj 2019-02-16 19:20:29 +00:00 committed by Christian Duerr
parent b295ac9b9b
commit 18bc979821
1 changed files with 0 additions and 2 deletions

View File

@ -734,8 +734,6 @@ impl<'a, A: ActionContext + 'a> Processor<'a, A> {
}
/// Process key input
///
/// If a keybinding was run, returns true. Otherwise returns false.
pub fn process_key(&mut self, input: KeyboardInput) {
match input.state {
ElementState::Pressed => {