Constructor
new module:caplin/dom/event/Event/MouseButtons()
This constructor is private and should never be invoked.
Members
-
(static) LEFT :int
-
The event corresponds to the left mouse button (value
0
).Type:
- int
-
(static) MIDDLE :int
-
The event corresponds to the middle mouse button (value
1
).Type:
- int
-
(static) RIGHT :int
-
The event corresponds to the right mouse button (value
2
).Type:
- int