Searched refs:KeyboardInputHandler (Results 1 – 2 of 2) sorted by relevance
132 pub struct KeyboardInputHandler { struct137 impl KeyboardInputHandler { implementation138 pub fn new() -> Box<KeyboardInputHandler> { in new()141 Box::new(KeyboardInputHandler { file: file }) in new()145 impl InputHandler for KeyboardInputHandler { implementation
5 use self::inputs::{KeyboardInputHandler, MouseInputHandler};29 input_handlers.push(KeyboardInputHandler::new() as Box<dyn InputHandler>); in new()