소스 검색

Update lovr.keypressed parameter name;

bjorn 3 년 전
부모
커밋
1be7984e9f
2개의 변경된 파일869개의 추가작업 그리고 938개의 파일을 삭제
  1. 868 937
      api/init.lua
  2. 1 1
      api/lovr/callbacks/keypressed.lua

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 868 - 937
api/init.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 = 'isrepeat',
       type = 'boolean',
       description = 'Whether the event is the result of a key repeat instead of an actual press.'
     }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.