C# Syntax
public class MouseEventInfo : IEventInfo
System.Object
HP.LFT.SDK.Java.MouseEventInfo
Name | Description | |
---|---|---|
Button | A value of HP.LFT.SDK.MouseButton indicating which of the mouse buttons has changed state. | |
ClickCount | The number of mouse clicks associated with event. | |
EventArgs | The array of the event arguments: When, Modifiers, X, and Y. | |
LeanFtEventID | The event ID. | |
Modifiers | A mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event. | |
MouseEvent | The event type. | |
PopupTrigger | Indicates whether this event is a trigger for a popup menu. | |
When | The time the event occurred. | |
X | The mouse location in pixels relative to the containing object. | |
XAbs | The mouse x-coordinate in pixels relative to the screen. | |
Y | The mouse location in pixels relative to the containing object. | |
YAbs | The mouse y-coordinate in pixels relative to the screen. |