浏览代码

Update README;

bjorn 4 年之前
父节点
当前提交
f50080979a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -3,6 +3,10 @@ lovr-keyboard
 
 A keyboard module for LÖVR.
 
+Note: As of LÖVR v0.14.0, there are builtin keyboard events: `lovr.keypressed`, `lovr.keyreleased`,
+and `lovr.textinput`.  This library still provides the `isDown`, `wasPressed`, and `wasReleased`
+functions which can be helpful, but lovr-keyboard is no longer *required* to get keyboard support.
+
 Usage
 ---