Difference between revisions of "MouseConstant (日本語)"
m (Translation improved. (索引番号→インデックス番号 - ※ボタンの番号なので指数ではありません)) |
m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
* [[love.mousereleased (日本語)]] | * [[love.mousereleased (日本語)]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
+ | [[Category:日本語]] | ||
{{#set:Description=マウスのボタン。}} | {{#set:Description=マウスのボタン。}} | ||
{{#set:Since=000}} | {{#set:Since=000}} | ||
+ | {{#set:Removed=100}} | ||
+ | {{#set:PrettyRemoved=0.10.0}} | ||
+ | {{#set:LOVE_Version=0.10.0}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|MouseConstant}} | + | {{i18n (日本語)|MouseConstant}} |
Latest revision as of 18:20, 27 July 2023
LÖVE 0.10.0 から廃止 |
マウスボタンの定数はインデックス番号へ変更されました。 |
マウスのボタン。
定数
- l
- マウスの左ボタン
- m
- マウスの中ボタン
- r
- マウスの右ボタン
- wd
- マウスのホイールの上方向
- wu
- マウスのホイールの下方向
- x1
- マウスの X1 (4 ボタンとしても知られています).
- x2
- マウスの X2 (5 ボタンとしても知られています).
関連