From c48739029b36e4380409cdb15594e415afce6371 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 5 Sep 2019 09:59:38 +0200 Subject: Ask users to share use cases --- src/input/keyboard/key_code.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/input/keyboard/key_code.rs') diff --git a/src/input/keyboard/key_code.rs b/src/input/keyboard/key_code.rs index 9b449735..207ddeac 100644 --- a/src/input/keyboard/key_code.rs +++ b/src/input/keyboard/key_code.rs @@ -1,8 +1,11 @@ /// The symbolic name of a keyboard key. /// -/// This is mostly the `KeyCode` type found in `winit`. If you are using -/// `winit`, consider enabling the `winit` feature to get conversion -/// implementations for free! +/// This is mostly the `KeyCode` type found in [`winit`]. +/// +/// If you are using [`winit`], consider enabling the `winit` feature to get +/// conversion implementations for free! +/// +/// [`winit`]: https://docs.rs/winit/0.20.0-alpha3/winit/ #[derive(Debug, Hash, Ord, PartialOrd, PartialEq, Eq, Clone, Copy)] #[repr(u32)] #[allow(missing_docs)] -- cgit