glfw: update key documentation to glfw@master
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fe935fbc06
commit
830b9e2080
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
//! The naming of the key codes follow these rules:
|
//! The naming of the key codes follow these rules:
|
||||||
//!
|
//!
|
||||||
//! - The US keyboard layout is used
|
//! - 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",
|
//! - 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)
|
//! 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"
|
//! - Keys that lack a clear US mapping are named "world_x"
|
||||||
|
|
Loading…
Add table
Reference in a new issue