From d9cda56d91b02d644fea0e184f26fd4b29fa154f Mon Sep 17 00:00:00 2001 From: qfx Date: Wed, 19 Feb 2020 23:18:29 +0200 Subject: [PATCH] d --- core/input.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/input.lua b/core/input.lua index bc246b5..1f8f763 100755 --- a/core/input.lua +++ b/core/input.lua @@ -507,5 +507,5 @@ function input.eventHandlers.mousemoved(x, y, dx, dy) end --Typescript -input.input = input +input.default = input return input \ No newline at end of file