mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

Key polling #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you are holding a key while you press pause then release the key in the 
pause screen, the explore screen never sees the release event and they key is 
stuck on.

The fix is to put the key bitmap in the screen stack instead of in each 
individual screen.

Original issue reported on code.google.com by burns.ethan@gmail.com on 18 Nov 2012 at 3:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision ed4c8691d735.

Original comment by burns.ethan@gmail.com on 18 Nov 2012 at 5:41