drcjt / NBerzerk

Berzerk Arcade Game Clone in C#
3 stars 0 forks source link

Make keyboard handling on high scores screen better #3

Closed drcjt closed 10 years ago

drcjt commented 10 years ago

Currently the handling of key presses is very simplistic - if the insert coin key is depressed then the coin count is incremented. However, this results in very fast increments of the coin count. The handling should take into account key down & up before registering a coin insertion.

drcjt commented 10 years ago

This has been fixed