diff options
| author | iamcheeseman <[email protected]> | 2026-04-05 10:17:00 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-05 10:17:00 -0400 |
| commit | f700e24910648802642950499be0af601a34cefd (patch) | |
| tree | 9b22ef8594924b66e72d6e3b4f48db7a99a1feae /src/input.lua | |
| parent | e321a6c5bc099708a581d8cc875df5b4b5574e25 (diff) | |
| parent | 763f2783bc63ec9aa00bc6e138450eae400ca5c5 (diff) | |
Merge branch 'main' of ssh://codeberg.org/the-gutter/gutshot
Diffstat (limited to 'src/input.lua')
| -rw-r--r-- | src/input.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input.lua b/src/input.lua index 7c625ed..fd12d9c 100644 --- a/src/input.lua +++ b/src/input.lua @@ -1,6 +1,3 @@ -local lk = love.keyboard -local lm = love.mouse - local inputs = {} local keyEvents = {} local mouseEvents = {} |
