blish-hud / Blish-HUD

A Guild Wars 2 overlay with extreme extensibility through compiled modules.
https://blishhud.com
MIT License
328 stars 61 forks source link

WIP: Mouse Button Support #974

Open dlamkins opened 3 months ago

dlamkins commented 3 months ago

Goal:

To add mouse button support for keybinds without introducing any breaking changes. Support middle-mouse, XButton1, and XButton2.

Implementation:

This PR adds PrimaryMouseButton on keybinds. Assignments to this field are mutually exclusive with the PrimaryKey property. Assigning a value to one clears the other. Support for modifier keys + a mouse button has been added.

Current Issues/TODO: