Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #11: Right click support. | Matthias Richter | 2013-11-04 | 1 | -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 Richter | 2013-03-24 | 1 | -3/+3 |
| | |||||
* | Fully disable mouse module on mouse.disable | Matthias Richter | 2013-01-23 | 1 | -5/+6 |
| | |||||
* | Add gui.keyboard.getFocus() and gui.mouse.getHot() | Matthias Richter | 2012-12-15 | 1 | -0/+2 |
| | |||||
* | Add gui.mouse.disable(), gui.mouse.enable() | Matthias Richter | 2012-10-10 | 1 | -0/+15 |
| | |||||
* | Fix #4: keyboard.disableFocus() not working. | Matthias Richter | 2012-09-03 | 1 | -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 Richter | 2012-05-09 | 1 | -0/+86 |
Basically half a rewrite. |