JQuery - Can I query the MacBook Pro Trackpad?

后端 未结 5 1514
梦毁少年i
梦毁少年i 2020-12-17 03:48

Can I use JQuery to query the Trackpad? So I can do something like this:

Pseudo Javascript (JQuery)

$(document).keyInput().trackpadTwoFingersLeft(fun         


        
5条回答
  •  爱一瞬间的悲伤
    2020-12-17 04:29

    You could probably use mouse wheel tracking to get the desired effect: http://www.switchonthecode.com/tutorials/javascript-tutorial-the-scroll-wheel

    If you want to use jQuery, this mousewheel plugin should help: http://brandonaaron.net/code/mousewheel/docs

提交回复
热议问题