aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add gui.keyboard.getFocus() and gui.mouse.getHot()Matthias Richter2012-12-151-5/+7
|
* Rename (dis|en)ableFocus() to (dis|en)able()Matthias Richter2012-10-101-3/+4
|
* Fix #4: keyboard.disableFocus() not working.Matthias Richter2012-09-031-0/+1
| | | | | Used undefined variable NO_WIDGET to clear keyboard focus. Same error was made in mouse.lua.
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-0/+89
Basically half a rewrite.