Javascript - Track mouse position

后端 未结 11 1531
谎友^
谎友^ 2020-11-22 03:13

I am hoping to track the position of the mouse cursor, periodically every t mseconds. So essentially, when a page loads - this tracker should start and for (say) every 100 m

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 03:55

    I believe that we are overthinking this,

    function mouse_position(e)
    {
    //do stuff
    }

提交回复
热议问题