Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
736 stars 74 forks source link

Bindings should not fire when GUI elements receive text input #2

Closed andrewmcwatters closed 9 years ago

andrewmcwatters commented 9 years ago

Currently the bind system in Grid causes GUI callbacks to fire as well as bindings to dispatch their concommands. Catching the textinput events and preventing bindings from occuring should fix this behavior.

andrewmcwatters commented 9 years ago

Fixed internally by @Polkm in vertex-adventure@2dc6bc0.