You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Adding support for the OpenXR futures extension
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
#include "openxr_extension_wrapper.h"
|
||||
|
||||
class OpenXRWMRControllerExtension : public OpenXRExtensionWrapper {
|
||||
GDCLASS(OpenXRWMRControllerExtension, OpenXRExtensionWrapper);
|
||||
|
||||
protected:
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
enum WMRControllers {
|
||||
WMR_HPMR,
|
||||
|
||||
Reference in New Issue
Block a user