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

struct EnhancedMouseEvent
Base Hierarchy
EnhancedMouseEventMouseEventInputEvent
       ┗ ::com::sun::star::lang::EventObject
Description
specifies an event from the mouse.
Since
OOo 2.0
See also
MouseEvent

Elements' Summary
Target contains the object on the location of the mouse.  
Elements' Details
Target
::com::sun::star::uno::XInterface Target;
Description
contains the object on the location of the mouse.
Top of Page