12 #ifndef vtkOpenXRManagerRemoteConnection_h
13 #define vtkOpenXRManagerRemoteConnection_h
16 #include "vtkRenderingOpenXRRemotingModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
39 bool HandleXrEvent(
const XrEventDataBuffer& eventData)
override;
virtual bool ConnectToRemote(XrInstance vtkNotUsed(instance), XrSystemId vtkNotUsed(id))
static vtkOpenXRManagerConnection * New()
virtual bool HandleXrEvent(const XrEventDataBuffer &vtkNotUsed(eventData))
Handle Xr events specific to this connection strategy.
virtual bool Initialize()
OpenXR manager connection no-op implementation.
virtual const char * GetExtensionName()
Return the OpenXR extension name that corresponds to this connection strategy.
OpenXR remoting connection strategy.
Defines the OpenXR types and extensions common to all platforms.