dixx / Die_Chroniken_eines_namenlosen_Spiels

We develop a game just for the sake of learning how to do it. Okay, maybe it's more developing a game engine and using a game as its integration test. We have no real goal besides the learning experience.
Other
1 stars 1 forks source link

remove unused code from eventreceiver, keyboard and mouse classes #103

Closed dixx closed 6 years ago

dixx commented 6 years ago

The last state of an input is not relevant, because the consumer is supposed to keep track of it's states. Remove all convenience methods and state caches. Don't forget the tests!

Related to #7