polar-engine / hs-polar

Polar Game Engine is a modern, safe game engine written in Haskell.
http://polarengine.org
Apache License 2.0
6 stars 1 forks source link

Ability to exit on escape key #7

Closed ori-sky closed 8 years ago

ori-sky commented 8 years ago

The engine requires input capabilities and the ability to act on inputs; for example, exiting when the escape key is pressed.

ori-sky commented 8 years ago

This issue can be broken down into steps, each of which could perhaps be opened as its own issue.