MouseEventInfo

Java. MouseEventInfo

new MouseEventInfo(propBagopt)

A Java technology Mouse event info to be used by fireEvent methods.
Parameters:
NameTypeAttributesDescription
propBagObject <optional>
The arguments for the event info.
Properties
NameTypeAttributesDescription
eventIdJava.MouseEventThe event ID.
whennumberThe time the event occurred. Passing negative or zero value is not recommended
modifiersnumberThe modifier keys down during event.
xnumberThe horizontal x-coordinate in pixels relative to the containing object.
ynumberThe vertical y-coordinate in pixels relative to the containing object.
xAbsnumber <optional>
The absolute horizontal x-coordinate in pixels relative to the screen. This value is ignored if button is not set.
yAbsnumber <optional>
The absolute vertical y-coordinate in pixels relative to the screen. This value is ignored if button is not set.
clickCountnumberThe number of mouse clicks associated with event.
popupTriggerbooleanIndicates whether this event is a trigger for a popup menu.
buttonnumber <optional>
Indicates which of the mouse buttons has changed state.