PistonDevelopers / input

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

Make ModifierKey usable with generic events #69

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

The problem is ModifierKey is not generic and depends on passing InputEvent. This means it can not be used by a method that passes E: GenericEvent.

bvssvni commented 9 years ago

We could add a InputEvent to piston-event. This will lead to a name collision.