本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
input: fix right/middle mouse button confusion.
legacy
Sam Hocevar
6 年之前
父節點
df7f58e20d
當前提交
afe2c72beb
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存