Class
caplin.dom.event.Event

MouseButtons

Enumeration that represents values mouse buttons that are represented by the #button event property.

Constructor Summary

Attributes Name and Description
caplin.dom.event.Event.MouseButtons()

This constructor is private and should never be invoked.

Field Summary

Attributes Name and Description
<static> caplin.dom.event.Event.MouseButtons.LEFT

The event corresponds to the left mouse button (value 0).

<static> caplin.dom.event.Event.MouseButtons.MIDDLE

The event corresponds to the middle mouse button (value 1).

<static> caplin.dom.event.Event.MouseButtons.RIGHT

The event corresponds to the right mouse button (value 2).

Constructor Detail

caplin.dom.event.Event.MouseButtons()

This constructor is private and should never be invoked.

Field Detail

<static> int caplin.dom.event.Event.MouseButtons.LEFT

The event corresponds to the left mouse button (value 0).

<static> int caplin.dom.event.Event.MouseButtons.MIDDLE

The event corresponds to the middle mouse button (value 1).

<static> int caplin.dom.event.Event.MouseButtons.RIGHT

The event corresponds to the right mouse button (value 2).