CreateMouseEventInfo(MouseEvent,Int64,Int32,Int32,Int32,Int32,Int32,Int32,Boolean,Int32) Method
Creates a MouseEventInfo with the given parameters.

C# Syntax

Parameters

mouseEvent
the MouseEvent to create the MouseEventInfo for.
when
The time the event occurred.
modifiers
A mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event.
x
In pixels relative to the parent window.
y
In pixels relative to the parent window.
xAbs
In pixels relative to the screen.
yAbs
In pixels relative to the screen.
clickCount
The number of mouse clicks associated with event.
popupTrigger
True if this event is a trigger for a popup menu.
button
The HP.LFT.SDK.MouseButton that changed state.

Return Value

A new instance of MouseEventInfo with the given parameters.