Updated README

To add a note on backspace.
This commit is contained in:
Whitecl4ws 2017-01-28 11:57:49 -05:00 committed by GitHub
parent 549693dd38
commit 67642622e4

View file

@ -16,6 +16,16 @@ Here is how SUIT looks like with the default theme:
More info and code is over at [readthedocs](http://suit.readthedocs.org/en/latest/).
## Note.
The default backspace only deletes one character per input and ignores holding down the key
To get a more classic backspace, add this line into your code:
```lua
love.keyboard.setKeyRepeat(true)
```
## Hello, World!
```lua