![]() | |
Input |
The InputEventsSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginPointerDrag | Occurs when the user begins to drag the subscribed EventSource. |
![]() | EndPointerDrag | Occurs when the user ends dragging the subscribed EventSource. |
![]() | PointerClicked | 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). |
![]() | PointerDoubleClicked | 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). |
![]() | PointerDrag | Occurs when the user is dragging the subscribed EventSource. |
![]() | PointerEntered | Occurs when the pointer or mouse enters the subscribed EventSource. |
![]() | PointerExited | Occurs when the pointer or mouse leaves the subscribed EventSource. |
![]() | PointerMoved | Occurs when the pointer or mouse moves on the subscribed EventSource. |
![]() | PointerPressed | Occurs when the pointer is over the subscribed EventSource and a pointer button is pressed. |
![]() | PointerReleased | Occurs when the pointer is over the subscribed EventSource and a pointer button is released. |
![]() | PointerWheelChanged | Occurs when the pointer wheel is used on the subscribed EventSource. |