Skip to content

Commit

Permalink
input: Add KeyNumLock (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 13, 2018
1 parent 5229e5a commit dd6110f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions genkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func init() {
"Backslash": {"Backslash"},
"RightBracket": {"BracketRight"},
"GraveAccent": {"Backquote"},
"NumLock": {"NumLock"},
}
// ASCII: 0 - 9
for c := '0'; c <= '9'; c++ {
Expand Down
1 change: 1 addition & 0 deletions internal/input/keys.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/input/keys_glfw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions internal/input/keys_js.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions keys.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd6110f

Please sign in to comment.