aboutsummaryrefslogtreecommitdiffstats
path: root/input.lua
diff options
context:
space:
mode:
Diffstat (limited to 'input.lua')
-rw-r--r--input.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.lua b/input.lua
index 7fe399d..d514348 100644
--- a/input.lua
+++ b/input.lua
@@ -6,7 +6,7 @@ return function(info, x,y,w,h, draw)
local id = core.generateID()
core.mouse.updateState(id, x,y,w,h)
- core.makeTabable(id)
+ core.makeCyclable(id)
if core.isActive(id) then core.setKeyFocus(id) end
core.registerDraw(id, draw or core.style.Input, info.text, info.cursor, x,y,w,h)