Open DennisvHest opened 9 months ago
In virtual desktop, changing the slider position works, but the value is not updated. Maybe because it only works on mouseup instead of touchup?
Changed difficulty slider mouseup event to pointerup event to make it work in VR (I think). Should test it in VR.
In virtual desktop, changing the slider position works, but the value is not updated. Maybe because it only works on mouseup instead of touchup?