PistonDevelopers / input

DEPRECATED - moved into the piston repo
MIT License
7 stars 11 forks source link

Rename `mouse::Button` to `MouseButton` and reexport it at top level #74

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago

It feels a bit weird to have two types named Button in the same library.

bvssvni commented 9 years ago

If we are going to reexport MouseButton, then we should reexport Key as well.

gchp commented 9 years ago

+1 on this, this confused me early on