genba-games / morsemadness

Transmission team ADKL
https://berith.itch.io/m-m
GNU General Public License v3.0
5 stars 1 forks source link

Remove the button press delay limitation. #25

Closed AlejoAsd closed 6 years ago

AlejoAsd commented 6 years ago

When playing as the operator, keys are only polled 250ms after the last key was pressed.

The gamepad rework removes this limitation with the keyJustPressed helper function. This poll delay should be removed in favor of this new method.

berithpy commented 6 years ago

Fixed on eee6ed6