Browse Source

input: temporary workaround for a bug preventing us from binding the “A” key with SDL.

undefined
Sam Hocevar 9 years ago
parent
commit
d6b7882bda
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/input/keys.h

+ 1
- 0
src/input/keys.h View File

@@ -21,6 +21,7 @@ _SC(0, "", Unknown)

/* Usage page 0x07 */

_SC(3, "", Whatever) // FIXME: if this isn’t here, we can’t bind key A; WTF?
_SC(4, "A", A)
_SC(5, "B", B)
_SC(6, "C", C)


Loading…
Cancel
Save