October3d55/Matain/ViveOpenXR/Source/ViveOpenXRHandInteraction/Public/IViveOpenXRHandInteractionM...

24 lines
546 B
C
Raw Normal View History

2025-03-10 09:43:27 +08:00
// Copyright HTC Corporation. All Rights Reserved.
#pragma once
#include "Modules/ModuleManager.h"
#include "IInputDeviceModule.h"
/**
* The public interface to this module. In most cases, this interface is only public to sibling modules
* within this plugin.
*/
class IViveOpenXRHandInteractionModule : public IInputDeviceModule
{
public:
static FName ViveOpenXRHandInteractionModularKeyName;
/** Returns modular key name for this module */
static FName GetModuleKeyName()
{
return ViveOpenXRHandInteractionModularKeyName;
}
};