DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
11 stars 0 forks source link

Difficulty slider does not work in VR #135

Open DennisvHest opened 9 months ago

DennisvHest commented 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?

DennisvHest commented 9 months ago

Changed difficulty slider mouseup event to pointerup event to make it work in VR (I think). Should test it in VR.