Add missing interface definitions;

This commit is contained in:
bjorn 2016-10-01 18:09:18 -07:00
parent 7247c7f2ad
commit 814b62c323
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ static HeadsetInterface interface = {
.getType = viveGetType,
.getClipDistance = viveGetClipDistance,
.setClipDistance = viveSetClipDistance,
.getTrackingSize = viveGetTrackingSize,
.isBoundsVisible = viveIsBoundsVisible,
.setBoundsVisible = viveSetBoundsVisible,
.getPosition = viveGetPosition,
.getOrientation = viveGetOrientation,
.getVelocity = viveGetVelocity,