From 24f4a9d1c32c4a8a11cf53069b4a265819f7a9e0 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 11 Jun 2022 15:46:08 -0700 Subject: [PATCH] glfw: update key documentation to glfw@master Signed-off-by: Stephen Gutekanst --- glfw/src/key.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/src/key.zig b/glfw/src/key.zig index 6d63b20c..52f02f15 100644 --- a/glfw/src/key.zig +++ b/glfw/src/key.zig @@ -8,7 +8,7 @@ //! The naming of the key codes follow these rules: //! //! - The US keyboard layout is used -//! - Names of printable alpha-numeric characters are used (e.g. "a", "r", "three", etc.) +//! - Names of printable alphanumeric characters are used (e.g. "a", "r", "three", etc.) //! - For non-alphanumeric characters, Unicode:ish names are used (e.g. "comma", "left_bracket", //! etc.). Note that some names do not correspond to the Unicode standard (usually for brevity) //! - Keys that lack a clear US mapping are named "world_x"