浏览代码

input: fix right/middle mouse button confusion.

legacy
Sam Hocevar 6 年前
父节点
当前提交
afe2c72beb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/ui/buttons.inc

+ 2
- 2
src/ui/buttons.inc 查看文件

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


正在加载...
取消
保存