This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
input: temporary workaround for a bug preventing us from binding the “A” key with SDL.
undefined
Sam Hocevar
9 years ago
parent
144b6b344c
commit
d6b7882bda
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save