Click or drag to resize
Ab4d.SharpEngine logo

InputEventsSourcePointerDoubleClicked Event

Occurs when the user double-clicks on the subscribed EventSource. The PressedButtons in the event args defines the clicked buttons (and not current state of buttons - click occurs when the button is pressed and then released).

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public event EventSourceHitEventHandler PointerDoubleClicked

Value

EventSourceHitEventHandler
Remarks

[Missing <remarks> documentation for "E:Ab4d.SharpEngine.Utilities.InputEventsSource.PointerDoubleClicked"]

See Also