We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6d2b commit 45851a6Copy full SHA for 45851a6
src/com/redomar/game/InputHandler.java
@@ -15,7 +15,7 @@ public class InputHandler implements KeyListener {
15
16
public InputHandler(Game game) {
17
InputContext context = InputContext.getInstance();
18
- // Important to know wether the keyboard is in Azerty or Qwerty.
+ // Important to know whether the keyboard is in Azerty or Qwerty.
19
// Azerty countries used QZSD instead of WASD keys.
20
isAzertyCountry = context.getLocale().getCountry().equals("BE")
21
|| context.getLocale().getCountry().equals("FR");
0 commit comments