LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
MouseButton.idl File Reference

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::awt
 Java AWT-like user interface toolkit interface specifications for UNO.
 

Constant Groups

constants  com::sun::star::awt::MouseButton
 These values are used to specify which keys on the mouse are pressed.
 

Macros

#define __com_sun_star_awt_MouseButton_idl__
 

Variables

const short LEFT = 1
 specifies the left mouse button as being pressed. More...
 
const short RIGHT = 2
 specifies the right mouse button as being pressed. More...
 
const short MIDDLE = 4
 specifies the middle mouse button as being pressed. More...
 

Macro Definition Documentation

◆ __com_sun_star_awt_MouseButton_idl__

#define __com_sun_star_awt_MouseButton_idl__