From ad1e3579e89f6d5e5f39f10db9ba546a97d1086c Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 11 Aug 2020 04:12:30 +0200 Subject: [PATCH] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0ee28c6..05e22bb 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,11 @@ There are some major deviations from the tutorial setup here as follows: I leave as many helpful comments as possible throughout the code, so feel free to peruse it. + +## Mapped input events + +### Keyboard + +* `1`, `2`: Switch input focus between the two displayed objects +* `X`/`Shift`+`X`: Move the focused object right/left +* `Y`/`Shift`+`Y`: Move the focused object up/down