diff options
Diffstat (limited to 'deploy_template/mygame/documentation/06-keyboard.md')
| -rw-r--r-- | deploy_template/mygame/documentation/06-keyboard.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_template/mygame/documentation/06-keyboard.md b/deploy_template/mygame/documentation/06-keyboard.md index 33c9312..8f485cf 100644 --- a/deploy_template/mygame/documentation/06-keyboard.md +++ b/deploy_template/mygame/documentation/06-keyboard.md @@ -34,7 +34,7 @@ end # Truthy Keys -You can access all triggered keys through `thruthy_keys` on `keyboard`, `controller_one`, and `controller_two`. +You can access all triggered keys through `truthy_keys` on `keyboard`, `controller_one`, and `controller_two`. This is how you would right all keys to a file. The game must be in the foreground and have focus for this data to be recorded. |
