rm oculus_didChange;

This commit is contained in:
bjorn 2020-07-03 17:59:18 -06:00
parent a9aaedae61
commit 59a1c14c04
1 changed files with 0 additions and 4 deletions

View File

@ -287,10 +287,6 @@ static bool oculus_isTouched(Device device, DeviceButton button, bool* touched)
}
}
static bool oculus_didChange(Device device, DeviceButton button, bool* changed) {
return false; // TODO
}
static bool oculus_getAxis(Device device, DeviceAxis axis, vec3 value) {
if (device != DEVICE_HAND_LEFT && device != DEVICE_HAND_RIGHT) {
return false;