Skip to content
  • Jean-Christophe Fillion-Robin's avatar
    VR: Declare AddAction() functions as virtual · 87f9d687
    Jean-Christophe Fillion-Robin authored
    This commit virtualizes the `AddAction()` functions in the VR
    interactor. The addition of the `isAnalog` parameter aims to facilitate
    client applications that support both OpenXR and OpenVR runtimes. Although
    the `isAnalog` parameter is ignored in the context of the OpenXR interactor,
    these signatures are designed to meet the requirements of the base class
    interface.
    87f9d687