Updated README
To add a note on backspace.
This commit is contained in:
parent
549693dd38
commit
67642622e4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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/).
|
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!
|
## Hello, World!
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue