It allows for gamers to see if their mouse is functioning all correctly!
I use the auto-generated Github commit messages when doing commits on the browser
It allows for gamers to see if their mouse is functioning all correctly!
I use the auto-generated Github commit messages when doing commits on the browser
This message would be basically a re-word of my previous Devlog but here we go:
Some pieces of feedback I got were
Hi guys! Previously, I have shipped my project and I got a lot of feedback from it. Most of the feedback was based on the UI needing some work as it wasnāt too pretty and organised. Some people did report the double clicking not working but I do think that it was a confusion between what registered as a double click. To address this and improve my project I have:
Log in to leave a comment
Note: The double click test does work from my testing. The double click only triggers when clicks are sent below the threshold ie default of 80ms. Adjust with higher threshold to see it
Some new features that I have added in this Devlog:
esc to exit out of the tests. The cursor is now fixed in a position so you are focused on the tab.mouseMove instead of pointerMove and getCoalescedEvents which had previously limited my polling rate to my monitors refresh rate. Now it will reflective of the true polling rate.Log in to leave a comment
Yesterday I started on building a web app that tests the functionality of any mouse or trackpad. This is useful for any gamer or even normal people that just want to see if their mouse is working fully.
Some parts of the UI are non functional as of now, but Iām working hard to fix it!
Honestly the hardest part was getting it to look satisfactory for me, Iām not too good at UI but I like the plan minimalist aesthetic right now. I am planning to learn how to make it a PWA so offline use is possible!
Thank you everybody !
Yesterday I started on a mouse functionality tester that is online and ready to try right now! Iām still improving it but it will automatically update when I push changes to my Git repository.
This would be useful to anyone uses a mouse because it shows double clicks which can be painful to anyone with a faulty mouse. It also serves to see if your mouse can double click which is useful for some classic PvP Minecraft players! It also has a scroll counter because some mice do scroll up even when youāre scrolling down which can be annoying.
Some features being planned is having
Log in to leave a comment