Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

constants group MouseButton
Description
These values are used to specify which keys on the mouse are pressed.

Constants
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.  
Constants' Details
LEFT
const short LEFT = 1;
Description
specifies the left mouse button as being pressed.
RIGHT
const short RIGHT = 2;
Description
specifies the right mouse button as being pressed.
MIDDLE
const short MIDDLE = 4;
Description
specifies the middle mouse button as being pressed.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.