TodePond / ScreenPond

screens in screens in screens
https://screenpond.cool
MIT License
135 stars 7 forks source link

Mouse event is broken on firefox #39

Closed coderguy57 closed 2 years ago

coderguy57 commented 2 years ago

The scrolling event: on.mousewheel doesn't work in firefox, should be on.mouse instead which works on both firefox and chrome :D The performance is in general much worse on firefox, no idea why :thinking:

Also a minor thing that's would be nice is to allow both normal scrolling and the current automatic scrolling with the set speed. Cause it's quite hard to stop scrolling right now :)

TodePond commented 2 years ago

Cool, thanks for letting me know! I can fix that after the weekend.

the camera zoom is really weird at the moment because I'm using it to record some smooth shots for the video, but it would be good to have a normal zoom available too. I'll make an issue for it. By the way, you can press "R" to reset the desired zoom speed to 0 again (it might take a while to slow down though)

TodePond commented 2 years ago

Mousewheel should work in firefox now!