aboutsummaryrefslogtreecommitdiffstats
path: root/input.lua
Commit message (Collapse)AuthorAgeFilesLines
* Quickie: Call love.keyboard.setTextInput() on keyboard focusHEADmasterpiernov2014-03-131-0/+6
|
* Fix bug in input.lua, make 0.9-ready, add utf8 editingMatthias Richter2013-12-111-7/+9
| | | | | | | | | | 1) [input.lua] Pressing backspace while the cursor was at the beggining of the text removed the first character. Fixed thanks to riidom. 2) [LÖVE 0.9] Use setLine(Width|Style) instead of setLine. Split keyboard.pressed() into keyboard.pressed() and keyboard.textinput(). (see readme) 3) [utf8.lua] Add support for UTF-8 text editing. May still fail spectacurlarly with invalid UTF-8 strings.
* Fix #11: Right click support.Matthias Richter2013-11-041-1/+1
| | | | | | | 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 #7: Pressing return crashes Input.Matthias Richter2013-03-241-1/+1
| | | | | Add arguments to call of keyboard.pressed() in input.lua. Add sanity check to keyboard.pressed().
* Input-widget only fires event when activatedMatthias Richter2013-02-061-5/+1
|
* [Input] Clear focus and key event when pressed returnMatthias Richter2013-01-271-0/+3
|
* Allow setting custom widget idsMatthias Richter2013-01-231-1/+1
|
* Mega update: Auto layout, code cleanup, api change.Matthias Richter2012-05-091-30/+39
| | | | Basically half a rewrite.
* Add license header.Matthias Richter2012-03-291-0/+26
|
* Externalize widget hit test to style definition.Matthias Richter2012-03-141-2/+2
|
* Rename makeTabable() to makeCyclable()Matthias Richter2012-02-221-1/+1
|
* Fix file permissionsMatthias Richter2012-02-221-0/+0
|
* Merge branch 'master' of git://github.com/vrld/Quickie.gitmkosler2012-02-211-1/+2
|\
| * Better require regexps for submodulesMatthias Richter2012-02-211-1/+2
| |
* | Added ability to change controls for tabbable with hacky LOVE quirks.mkosler2012-02-211-0/+0
|/
* Initial commitMatthias Richter2012-02-071-0/+43