awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
350 stars 39 forks source link

Allow more mouse modifiers and include them on mousewheel events #111

Closed Kavantix closed 2 years ago

Kavantix commented 2 years ago

This PR adds support for using all major modifiers for mouse events like scroll and click. I added the modifiers with Mouse in the name so users won't try to use them for keyboard keys