[PR #6765] Pass mouse button state into HandleMouse instead of asking win32 #26781

Open
opened 2026-01-31 09:18:07 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/6765

State: closed
Merged: Yes


Summary of the Pull Request

TerminalInput::HandleMouse now needs an extra parameter to track the state of the mouse buttons.

  • ConHost: parameter defined in windowio
  • Terminal: parameter defined in TermControl --> Terminal

References

#4848 - HandleMouse being moved to TermInput

PR Checklist

Validation Steps Performed

ran mc in Terminal

**Original Pull Request:** https://github.com/microsoft/terminal/pull/6765 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request `TerminalInput::HandleMouse` now needs an extra parameter to track the state of the mouse buttons. - ConHost: parameter defined in windowio - Terminal: parameter defined in TermControl --> Terminal ## References #4848 - HandleMouse being moved to TermInput ## PR Checklist * [X] Closes #4869 ## Validation Steps Performed ran mc in Terminal
claunia added the pull-request label 2026-01-31 09:18:07 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26781