brickviking / night-hawk

Nighthawk is a tribute to one of the most playable and contagious games ever written—Paradroid by Andrew Braybrook. Feel the excitement as you battle through hordes of droids to gain your object of removing all droids on the level.
2 stars 0 forks source link

Uncommanded droid movement when mouse pointer accidently moved off window #4

Closed jsno8192 closed 3 years ago

jsno8192 commented 3 years ago

When mouse accidentally moves off window and then clicked the xterm window behind it. The game lost focus and the paranoid kept on wanting to move to the right. When I focused the game window again, No matter what I could do, paradroid moved right with no input.

brickviking commented 3 years ago

One possible fix is: whatever direction the droid is moving, hit that same key again, so the UP_KEY registers again.

jsno8192 commented 3 years ago

Fixed. (a very simple fix too).