Caplin Trader 4.8.0

Class: module:caplin/dom/event/Event/MouseButtons

module:caplin/dom/event/Event/MouseButtons

Enumeration that represents values mouse buttons that are represented by the module:caplin/dom/event/Event#button event property.

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
The event corresponds to the right mouse button (value 2).
Type:
  • int