aboutsummaryrefslogtreecommitdiffstats
path: root/mouse.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix #11: Right click support.Matthias Richter2013-11-041-3/+7
| | | | | | | When clicked, Button() and Input() return the respective mouse button constant ('l', 'r', 'm') instead of just true. When activated by keyboard, Button() and Input() return 'return'. Otherwise Button() and Input() return false.
* Fix #8: Misnamed function in mouse.disable()Matthias Richter2013-03-241-3/+3
|
* Fully disable mouse module on mouse.disableMatthias Richter2013-01-231-5/+6
|
* Add gui.keyboard.getFocus() and gui.mouse.getHot()Matthias Richter2012-12-151-0/+2
|
* Add gui.mouse.disable(), gui.mouse.enable()Matthias Richter2012-10-101-0/+15
|
* 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/+86
Basically half a rewrite.