Tutorial 3: Adding motion controller inputs to your overlay - mbucchia/OpenXR-Layer-Template GitHub Wiki
Objectives
In this tutorial, we will learn how to add support for interactions in our overlay using motion controllers to point and click.
Prerequisites: Tutorial 2: Your first in-VR overlay.
Under construction
This tutorial is still under construction. You can take a peek at the preliminary code in this branch: examples/controller-input
Next tutorial: Tutorial 4: Capturing a desktop window in your overlay.