1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-03 13:03:38 +00:00

rm oculus_didChange;

This commit is contained in:
bjorn 2020-07-03 17:59:18 -06:00
parent a9aaedae61
commit 59a1c14c04

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) { static bool oculus_getAxis(Device device, DeviceAxis axis, vec3 value) {
if (device != DEVICE_HAND_LEFT && device != DEVICE_HAND_RIGHT) { if (device != DEVICE_HAND_LEFT && device != DEVICE_HAND_RIGHT) {
return false; return false;