From 5e097ae6a7b2662c71d4a9064b06e40f4c0f957e Mon Sep 17 00:00:00 2001 From: Whitecl4ws Date: Sat, 28 Jan 2017 11:28:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61af2c5..fb901ed 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ local suit = require 'suit' local input = {text = ""} -- By default, backspace only registers once, if you want classic GUI backspace that --- Keeps going when pushed down, add this line: love.keyboard.setKeyRepeat(true) +-- Keeps removing chars when pushed down, add this line: love.keyboard.setKeyRepeat(true) -- all the UI is defined in love.update or functions that are called from here function love.update(dt)