diff options
author | vrld <vrld@vrld.org> | 2012-09-09 10:43:55 -0700 |
---|---|---|
committer | vrld <vrld@vrld.org> | 2012-09-09 10:43:55 -0700 |
commit | 0d8567085189a5d730373815294d9ee1f4c25f16 (patch) | |
tree | 837564b130a8e47e688e4ca561dded62ab0a28d9 | |
parent | d3b1a1c00d2c984f0815cb260a753d096d3b858e (diff) | |
parent | 9fc7b933ebd32b2cb20a3618eb6d42fda2b4b7d8 (diff) | |
download | Quickie-0d8567085189a5d730373815294d9ee1f4c25f16.tar.gz Quickie-0d8567085189a5d730373815294d9ee1f4c25f16.tar.bz2 Quickie-0d8567085189a5d730373815294d9ee1f4c25f16.tar.xz Quickie-0d8567085189a5d730373815294d9ee1f4c25f16.zip |
Merge pull request #5 from PierreLu/patch-1
Remove keyboard focus print
-rw-r--r-- | core.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ local function registerDraw(id, f, ...) if mouse.isHot(id) or keyboard.hasFocus(id) then state = mouse.isActive(id) and 'active' or 'hot' end - print(id, keyboard.hasFocus(id)) local rest = save_pack(...) draw_items.n = draw_items.n + 1 draw_items[draw_items.n] = function() |