diff options
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input.rs b/src/input.rs index 26a12de6..95817cf6 100644 --- a/src/input.rs +++ b/src/input.rs @@ -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 => { |