fix enum (has to be power of 2, to allow combination of devices)

add vrtracker.py
This commit is contained in:
erwincoumans
2017-04-08 10:37:32 -07:00
parent 8b2491f84f
commit 2e47310e76
2 changed files with 83 additions and 1 deletions

View File

@@ -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