| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These values are used to specify which keys on the mouse are pressed. More...
| Variables | |
| const short | LEFT = 1 | 
| specifies the left mouse button as being pressed. | |
| const short | RIGHT = 2 | 
| specifies the right mouse button as being pressed. | |
| const short | MIDDLE = 4 | 
| specifies the middle mouse button as being pressed. | |
These values are used to specify which keys on the mouse are pressed.
| const short LEFT = 1 | 
specifies the left mouse button as being pressed.
| const short MIDDLE = 4 | 
specifies the middle mouse button as being pressed.
| const short RIGHT = 2 | 
specifies the right mouse button as being pressed.