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: fix right/middle mouse button confusion.
legacy
Sam Hocevar
5 years ago
parent
df7f58e20d
commit
afe2c72beb
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/ui/buttons.inc
+ 2
- 2
src/ui/buttons.inc
View File
@@ -18,8 +18,8 @@ _BTN(0, Unknown)
// Mouse buttons (FIXME: rename to LeftClick etc.?)
_BTN(1, Left)
_BTN(2,
Right
)
_BTN(3,
Middle
)
_BTN(2,
Middle
)
_BTN(3,
Right
)
_BTN(4, Focus)
// Typical game controller buttons
Write
Preview
Loading…
Cancel
Save