gilmore606 / ure

the unRogueEngine
MIT License
122 stars 12 forks source link

Commands are interpreted when modals are active #105

Closed melville closed 6 years ago

melville commented 6 years ago

If you start VaultEd and enter a filename like 'test2' the 2 will toggle revealing the terrain. Similarly a '1' will turn lights on/off. Keypresses should only be interpreted by the active modal when one is active.

gilmore606 commented 6 years ago

fixed by making these Function keys -- only keys that can't ever be used by other things should get intercepted for special processing in this way