fenomas/game-inputs

State object for cumulative presses per frame

Closed this issue · 1 comments

Separate to the state object, there should be an object that counts press events and is cleared each frame by tick. This will let games process all inputs discretely in their tick function if they want to.

This is added in 0.6.0 (currently in #develop)