reactor-input Skill
Reactor input — gestures (OnPan, OnPinch, OnRotate), pointer events, drag-and-drop (OnDragStarting), focus management (UseElementFocus, UseFocus, UseFocusTrap). Use when implementing direct manipulation or custom focus behavior. Published by microsoft in microsoft-ui-reactor.
What is reactor-input Skill?
Reactor input — gestures (OnPan, OnPinch, OnRotate), pointer events, drag-and-drop (OnDragStarting), focus management (UseElementFocus, UseFocus, UseFocusTrap). Use when implementing direct manipulation or custom focus behavior. Published by microsoft in microsoft-ui-reactor. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using microsoft-ui-reactor
Technical details
- Install or run with Copy skill directory
When to use reactor-input Skill
- Use it for developers using microsoft-ui-reactor.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/microsoft-ui-reactor
- Skill file: plugins/reactor/skills/reactor-input/SKILL.md
What it does
Reactor input — gestures (OnPan, OnPinch, OnRotate), pointer events, drag-and-drop (OnDragStarting), focus management (UseElementFocus, UseFocus, UseFocusTrap). Use when implementing direct manipulation or custom focus behavior.
Skill instructions
Input and Gestures in Reactor Reactor exposes input via trampoline-dispatched .On modifiers. Events auto-enable their underlying WinUI flags (ManipulationMode, AllowDrop, etc.) when you attach a handler, so you never need to set those manually. Controlled prop note: input factories keep the ergonomic (value, setter) shape. The underlying controlled element properties are Optional<T so Unset can mean "control-owned"; direct reads need .Value or .GetValueOrDefault(...). See migration/050-optional-t.md. Quick reference | API | Purpose | |-----|---------| | .OnPointerEntered/Exited/Pressed/Released/Moved | Pointer events | | .OnTapped() / .OnDoubleTapped() / .OnRightTapped() | Tap events | | .OnKeyDown() / .OnKeyUp() | Keyboard events | | .OnPan(...) | Pan gesture (drag with inertia) | | .OnPinch(...) | Pinch-to-zoom gesture | | .OnRotate(...) | Rotation gesture | | .OnLongPress(...) | Press-and-hold | | .OnGotFocus() / .OnLostFocus() | Focus change events | | UseElementFocus() | Untyped r
Explore related resources
Frequently asked questions
What is reactor-input?
reactor-input is a open-source AI agent skill with Copy skill directory. Reactor input — gestures (OnPan, OnPinch, OnRotate), pointer events, drag-and-drop (OnDragStarting), focus management (UseElementFocus, UseFocus, UseFocusTrap).
Who is reactor-input best for?
reactor-input is best for reusing agent instructions, scripts, and references.
How do I install reactor-input?
Install or run reactor-input using Copy skill directory. Check reactor-input for the latest setup command.
Is reactor-input actively maintained?
reactor-input may need a closer maintenance check before production use.
Auto-fetched from GitHub.