Skip to content

Instantly share code, notes, and snippets.

@Extremelyd1
Extremelyd1 / unity-keycode-values.txt
Created March 22, 2021 09:31
Unity keycode values
// <Enum value> = <int value>, // <Hex value>
None = 0,
Backspace = 8,
Tab = 9,
Clear = 12, // 0x0000000C
Return = 13, // 0x0000000D
Pause = 19, // 0x00000013
Escape = 27, // 0x0000001B
Space = 32, // 0x00000020