-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mouse): add extended coordinates and additional buttons support
The X10 mouse protocol limits the X and Y coordinates to 223 cells only. SGR (1006) fixes that. * Support additional buttons like wheel left/right and backward/forward * SGR (1006) mode extended coordinates. feat(mouse): deprecated MouseEventType and support additional button This includes wheel left/right, and buttons 8 through 11 chore(mouse): add extended sgr mode tests chore(mouse): update mouse example feat(mouse): enable extended mode by default ref(mouse): rename backward button to back button fix(mouse): set mouse type to release on SGR ref(mouse): remove extended pixels mode fix(mouse): mouse tests
- Loading branch information
1 parent
93bec55
commit 675334f
Showing
15 changed files
with
1,122 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.