fix enum (has to be power of 2, to allow combination of devices)
add vrtracker.py
This commit is contained in:
@@ -279,7 +279,7 @@ enum eVRDeviceTypeEnums
|
||||
{
|
||||
VR_DEVICE_CONTROLLER=1,
|
||||
VR_DEVICE_HMD=2,
|
||||
VR_DEVICE_GENERIC_TRACKER=3,
|
||||
VR_DEVICE_GENERIC_TRACKER=4,
|
||||
};
|
||||
|
||||
struct b3VRControllerEvent
|
||||
|
||||
Reference in New Issue
Block a user