Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The following inputs can be handled by any of the approaches to detect input eve
- `InputAction.IA_RIGHT`: **D** key on a computer.
- `InputAction.IA_BACKWARD`: **S** key on a computer.
- `InputAction.IA_WALK`: **Control** key on a computer.
- `InputAction.IA_MODIFIER`: **Shift** key on a computer.

Each `InputAction` is abstracted away from the literal input in the keyboard so that it can be mapped to different inputs depending on the device. For this same reason, not all buttons on the keyboard can be tracked for button events, only the buttons that are used for movement and interaction. This intentional limitation is to ensure that all content is compatible in the future with VR controllers, other kinds of game controllers, and mobile devices.

Expand Down