Skip to content

Commit

Permalink
Update interactions-and-controllers.md (aframevr#5352)
Browse files Browse the repository at this point in the history
missed 'be'
  • Loading branch information
Rhys-Alexander authored Aug 22, 2023
1 parent 780d4be commit 759d95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/interactions-and-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ component by:
'OpenVR'})`. tracked-controls will then connect to the appropriate Gamepad
object to provide pose and events for the entity.
- Abstracting the events provided by tracked-controls. tracked-controls events are
low-level; it'd difficult for us to tell which buttons were pressed based
low-level; it'd be difficult for us to tell which buttons were pressed based
off of those events alone because we'd have to know the button mappings beforehand.
Controller components can know the mappings beforehand for their respective
controllers and provide more semantic events such as `triggerdown` or `xbuttonup`.
Expand Down

0 comments on commit 759d95d

Please sign in to comment.