feat: add keyboard support for button table

This commit is contained in:
Qingping Hou
2015-09-13 01:09:00 -07:00
parent 8c14613085
commit a62e7ee34c
4 changed files with 39 additions and 19 deletions

View File

@@ -101,4 +101,8 @@ function FocusManager:onWrapLast()
return true
end
function FocusManager:getFocusItem()
return self.layout[self.selected.y][self.selected.x]
end
return FocusManager