Search code examples
javascriptjqueryjquery-click-event

jQuery/Javascript force / pressure on the mouse click


I was wondering if is there any way to get the pressure level (pressure user makes on clicking on mouse key/button) on click. Any resource or links?

Sorry for my bad english, hope my question is clear and hope is not just utopia!


Solution

  • The mouse (hardware) doesn't register how hard you click it, and javascript can't track something that doesn't exist.