Add enableKeyFocus (alias to clearKeyFocus)
This commit is contained in:
parent
465aaf1885
commit
2e5927e963
1 changed files with 1 additions and 0 deletions
1
core.lua
1
core.lua
|
@ -151,6 +151,7 @@ return {
|
||||||
hasKeyFocus = hasKeyFocus,
|
hasKeyFocus = hasKeyFocus,
|
||||||
|
|
||||||
disableKeyFocus = disableKeyFocus,
|
disableKeyFocus = disableKeyFocus,
|
||||||
|
enableKeyFocus = clearKeyFocus,
|
||||||
clearKeyFocus = clearKeyFocus,
|
clearKeyFocus = clearKeyFocus,
|
||||||
makeCyclable = makeCyclable,
|
makeCyclable = makeCyclable,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue