Browse Source

rm isKeyDown;

bjorn 1 year ago
parent
commit
bb2110ddff
2 changed files with 546 additions and 3445 deletions
  1. 546 3427
      api/init.lua
  2. 0 18
      api/lovr/system/isKeyDown.lua

File diff suppressed because it is too large
+ 546 - 3427
api/init.lua


+ 0 - 18
api/lovr/system/isKeyDown.lua

@@ -1,18 +0,0 @@
-return {
-  summary = 'Get the state of a key.',
-  description = 'Returns whether a key on the keyboard is pressed.',
-  arguments = {
-    {
-      name = 'key',
-      type = 'KeyCode',
-      description = 'The key.'
-    }
-  },
-  returns = {
-    {
-      name = 'down',
-      type = 'boolean',
-      description = 'Whether the key is currently pressed.'
-    }
-  }
-}

Some files were not shown because too many files changed in this diff