lovr.headset.getDeltaTime
EditReturns the headset delta time, which is the difference between the current and previous predicted display times. When the headset is active, this will be the dt
value passed in to lovr.update
.
dt = lovr.headset.getDeltaTime()
Arguments
None
Returns
Name | Type | Description |
dt | number | The delta time. |