Przeglądaj źródła

input: fix right/middle mouse button confusion.

legacy
Sam Hocevar 6 lat temu
rodzic
commit
afe2c72beb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/ui/buttons.inc

+ 2
- 2
src/ui/buttons.inc Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz