Difference between revisions of "MouseConstant"

(Undo revision 16016 by Radgerayden (talk))
 
Line 1: Line 1:
{{newin|[[0.10.0]]|100|type=enum}}
 
Mouse buttons represented as number indexes.
 
== Constants ==
 
;1: Primary Mouse Button (left button on a right-handed setup).
 
;2: Secondary Mouse Button (right button on a right-handed setup).
 
;3: Middle Mouse Button.
 
;4: Mouse X1.
 
;5: Mouse X2.
 
 
 
{{oldin|[[0.10.0]]|100|type=enum|text=Mouse button constants have been replaced with button index numbers}}
 
{{oldin|[[0.10.0]]|100|type=enum|text=Mouse button constants have been replaced with button index numbers}}
  
 +
Mouse buttons.
 
== Constants ==
 
== Constants ==
 
;l: Left Mouse Button.
 
;l: Left Mouse Button.

Latest revision as of 11:50, 5 January 2016

Removed in LÖVE 0.10.0
Mouse button constants have been replaced with button index numbers.


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 (also known as button 4).
x2
Mouse X2 (also known as button 5).

See Also


Other Languages