Rename makeTabable() to makeCyclable()

This commit is contained in:
Matthias Richter 2012-02-22 23:33:54 +01:00
parent d6ed0f9301
commit 370c10c787
6 changed files with 10 additions and 9 deletions

View file

@ -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)