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.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: plugins/reactor/skills/reactor-input/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use reactor-input Skill
- Use it for testing.
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 | | .IsHitTestVisible(bool) | Opt an element + its subtree out of hit-testing | | .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 | | .OnGotFo
Verified compatibility and discovery
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, testing workflows.
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.