Skip to content

Commit

Permalink
ebiten: add missing backward compatibility Add key (hajimehoshi#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
erexo authored Mar 23, 2022
1 parent 3074dca commit de8c02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions genkeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ func init() {
"KP7": "Numpad7",
"KP8": "Numpad8",
"KP9": "Numpad9",
"KPAdd": "NumpadAdd",
"KPDecimal": "NumpadDecimal",
"KPDivide": "NumpadDivide",
"KPMultiply": "NumpadMultiply",
Expand Down
1 change: 1 addition & 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 de8c02a

Please sign in to comment.