Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

Use input/select path for the KHR simple_controller #1402

Closed javifernandez closed 4 months ago

javifernandez commented 4 months ago

The KHR Simple Controller profile doesn't support the 'input/trigger' path. We should use the "input/select" path instead to create the bindings between the 'trigger' button and the 'click' action.

This commit also fixes a few typos in paths and action names.

Fixes #1401