cantidio / duEngine

0 stars 1 forks source link

Create InputBuffer, InputCommand and InputCommandController #35

Closed cantidio closed 9 years ago

cantidio commented 10 years ago

The Input buffer should store the triggered commands in a circular list. It should be able to check if some InputCommand was executed.

The InputCommandController should tie the InputBuffer and a List of InputCommands. It Should have a update method that checks for each of the commands in the list and trigger their correspondent callback.