Skip to content

Indicate active dragging in cursor overlay#199

Merged
enaboapps merged 1 commit into
mainfrom
fix/drag-indicator-198
Jun 20, 2026
Merged

Indicate active dragging in cursor overlay#199
enaboapps merged 1 commit into
mainfrom
fix/drag-indicator-198

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Summary

  • Add a drag cursor overlay event and active-drag state.
  • Keep the drag indicator persistent while the mouse button is held, including movement during drag.
  • Render a subtle center-dot drag marker in both the Electron fallback overlay and native Windows overlay helper.
  • Clear the drag indicator on drag end and drag cleanup.

Closes #198.

Validation

  • npm test -- src/main/input/command-executor.test.ts src/main/cursor-overlay-helper-client.test.ts
  • npm run build
  • npm run native:build

@enaboapps enaboapps marked this pull request as ready for review June 20, 2026 20:52
@enaboapps enaboapps merged commit b070d9a into main Jun 20, 2026
1 check passed
@enaboapps enaboapps deleted the fix/drag-indicator-198 branch June 20, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Indicate active dragging in cursor overlay

2 participants