diff options
author | Matthias Richter <vrld@vrld.org> | 2012-03-14 16:17:09 +0100 |
---|---|---|
committer | Matthias Richter <vrld@vrld.org> | 2012-03-14 16:17:09 +0100 |
commit | 2e5927e963ed0652a512291d243403fa48a72cc0 (patch) | |
tree | bf546203f3f10a2068418725a8a287ac0aa61c4d | |
parent | 465aaf18853e0e96f4a26642fea884919f9a2f88 (diff) | |
download | Quickie-2e5927e963ed0652a512291d243403fa48a72cc0.tar.gz Quickie-2e5927e963ed0652a512291d243403fa48a72cc0.tar.bz2 Quickie-2e5927e963ed0652a512291d243403fa48a72cc0.tar.xz Quickie-2e5927e963ed0652a512291d243403fa48a72cc0.zip |
Add enableKeyFocus (alias to clearKeyFocus)
-rw-r--r-- | core.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ return { hasKeyFocus = hasKeyFocus, disableKeyFocus = disableKeyFocus, + enableKeyFocus = clearKeyFocus, clearKeyFocus = clearKeyFocus, makeCyclable = makeCyclable, |