djyt / cannonball

Cannonball: An Enhanced OutRun Engine
http://reassembler.blogspot.com
649 stars 116 forks source link

Make it easier to enter initials with keyboard controls on the high-score page #150

Open spillner opened 11 months ago

spillner commented 11 months ago

I noticed that entering initials after a race felt a little fiddly with keyboard controls because OHIScore::do_input() is looking for a fairly large steering signal to shift the selected letter. This patch moderates the steering sensitivity for that page only when the input source is not an analog joystick or gamepad. There are no changes to behavior using a joystick or gamepad, and no changes to actual gameplay regardless of input method.