linebender / glazier

Deprecated Rust Window Creation Library
Apache License 2.0
206 stars 32 forks source link

Rename `MouseButton`/`PointerButton` variants. #126

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

As described in issue #88, the web specifications that we are tracking refer to the mouse buttons as primary/secondary/auxillary rather than left/right/middle.

Fixes #88.

waywardmonkeys commented 1 year ago

This is a straight set of textual substitutions and as long as everything builds, it should be okay.

I've done some quick testing that things appear to work on Windows.