avalonia-input-interaction
Installation
SKILL.md
Avalonia Input & Interaction
Overview
All input routes as routed events (bubbling by default, tunneling with "Preview" prefix). Pointer events are unified across mouse, touch, and stylus.
Pointer Events
| Event | Fires when |
|---|---|
PointerPressed |
Button/finger down |
PointerReleased |
Button/finger up |
PointerMoved |
Pointer moves over control |
PointerEntered |
Pointer enters bounds |
PointerExited |
Pointer leaves bounds |
PointerCaptureLost |
Capture released |
Tapped |
Quick tap/click |
DoubleTapped |
Double tap/click |
RightTapped |
Right-click / long press |