Browse Source

Merge pull request #62 from mcclure/repeat-typo

Minor fix: Don't name sample parameter 'repeat'
Bjorn 3 years ago
parent
commit
d4f8e98057
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/callbacks/keypressed.lua

+ 1 - 1
api/lovr/callbacks/keypressed.lua

@@ -14,7 +14,7 @@ return {
       description = 'The id of the key (ignores keyboard layout, may vary between keyboards).'
     },
     {
-      name = 'repeat',
+      name = 'repeating',
       type = 'boolean',
       description = 'Whether the event is the result of a key repeat instead of an actual press.'
     }