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
Installs
1
GitHub Stars
39
First Seen
Jul 17, 2026
avalonia-input-interaction — linuxdevel/avalonia-skills