drcjt/NBerzerk

Make keyboard handling on high scores screen better

Closed this issue · 1 comments

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.

This has been fixed