Favicon of reactor-input

reactor-input Skill

AI Agent SkillC#Open source

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?

Best for

Testing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
68/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use reactor-input Skill

  • Use it for testing.

Built with

C#Copy skill directory

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.

Share:

Stars
570
Forks
39
Last commit
2 months ago
Last verified
Aug 28, 2026
Metadata fetched
Aug 28, 2026
Repository age
5 months
License
MIT

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.

Alternatives to reactor-input