Browse Source

input: fix right/middle mouse button confusion.

legacy
Sam Hocevar 5 years ago
parent
commit
afe2c72beb
1 changed files with 2 additions and 2 deletions
  1. +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


Loading…
Cancel
Save