Rename makeTabable() to makeCyclable()
This commit is contained in:
parent
d6ed0f9301
commit
370c10c787
6 changed files with 10 additions and 9 deletions
|
|
@ -12,7 +12,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)
|
||||
core.registerDraw(id,draw or core.style.Slider2D, fraction, x,y,w,h)
|
||||
|
||||
-- update value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue