diff --git a/voxygen/src/window.rs b/voxygen/src/window.rs index d75cc87785..7d5c7f7a85 100644 --- a/voxygen/src/window.rs +++ b/voxygen/src/window.rs @@ -295,7 +295,8 @@ pub enum Event { MouseButton(MouseButton, PressState), /// The camera has been requested to zoom. Zoom(f32), - /// A key that the game recognises has been pressed or released. + /// A key that the game recognizes has been pressed (true) or released + /// (false). InputUpdate(GameInput, bool), /// Event that the ui uses. Ui(ui::Event),