Click or drag to resize
Ab4d.SharpEngine logo

InputEventsSource Events

The InputEventsSource type exposes the following members.

Events
 NameDescription
Public eventBeginPointerDrag Occurs when the user begins to drag the subscribed EventSource.
Public eventEndPointerDrag Occurs when the user ends dragging the subscribed EventSource.
Public eventPointerClicked Occurs when the user 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).
Public eventPointerDoubleClicked 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).
Public eventPointerDrag Occurs when the user is dragging the subscribed EventSource.
Public eventPointerEntered Occurs when the pointer or mouse enters the subscribed EventSource.
Public eventPointerExited Occurs when the pointer or mouse leaves the subscribed EventSource.
Public eventPointerMoved Occurs when the pointer or mouse moves on the subscribed EventSource.
Public eventPointerPressed Occurs when the pointer is over the subscribed EventSource and a pointer button is pressed.
Public eventPointerReleased Occurs when the pointer is over the subscribed EventSource and a pointer button is released.
Public eventPointerWheelChanged Occurs when the pointer wheel is used on the subscribed EventSource.
Top
See Also