Difference between revisions of "MouseConstant"
m (1 revision: Importing from potato (again).) |
(→Constants) |
||
Line 2: | Line 2: | ||
Mouse buttons. | Mouse buttons. | ||
== Constants == | == Constants == | ||
− | + | {| border = "0" cellpadding="10" | |
− | + | ||
− | + | |l || Left Mouse Button | |
− | + | |- | |
− | + | |m || Middle Mouse Button | |
− | + | |- | |
− | + | |r || Right Mouse Button | |
+ | |- | ||
+ | |wd || Mouse Wheel Down | ||
+ | |- | ||
+ | |wu || Mouse Wheel Up | ||
+ | |- | ||
+ | |x1 || Mouse X1 | ||
+ | |- | ||
+ | |x2 || Mouse X2 | ||
+ | |||
+ | |} | ||
+ | |||
== See Also == | == See Also == | ||
* [[parent::love.mouse]] | * [[parent::love.mouse]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
{{#set:Description=Mouse buttons.}} | {{#set:Description=Mouse buttons.}} |
Revision as of 08:10, 26 September 2010
Mouse buttons.
Constants
l | Left Mouse Button |
m | Middle Mouse Button |
r | Right Mouse Button |
wd | Mouse Wheel Down |
wu | Mouse Wheel Up |
x1 | Mouse X1 |
x2 | Mouse X2 |