PistonDevelopers / input

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

Make `Input` variants correspond to their types #91

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

This was designed when enum variants collided with other types in the same namespace. I find it a bit inconsistent to have Move(Motion). Changing Move to Motion should fix it.