constants group MouseButton in module com::sun::star::awt::

(Global Index)

Syntax

constants group MouseButton;

Description

These values are used to specify which keys on the mouse are pressed.

Constants Summary

LEFT specifies the left mouse button as being pressed.

RIGHT specifies the right mouse button as being pressed.

MIDDLE specifies the middle mouse button as being pressed.

Field Details



LEFT

Syntax

const short  LEFT = 1;

Description

specifies the left mouse button as being pressed.


RIGHT

Syntax

const short  RIGHT = 2;

Description

specifies the right mouse button as being pressed.


MIDDLE

Syntax

const short  MIDDLE = 4;

Description

specifies the middle mouse button as being pressed.

Top of Page