gpt4 book ai didi

javascript - pointerdown vs onclick : what is the difference?

转载 作者:行者123 更新时间:2023-12-05 00:30:31 31 4
gpt4 key购买 nike

onpointerdown 之间有什么区别?和 onclick事件处理程序?
有什么实际区别吗?事件在 DOM 树上的传播方式是否相同?是否有一些设备只响应这些事件之一?
我最初假设它只是pointerdown在触摸设备或笔中触发,但 onclick似乎也被触发了。

最佳答案

  • 有什么实际区别吗?

  • Yes there are.

    pointerDown它实际上相当于 onMouseDown但主要区别在于 mouseDown只发送到 Element但是 pointerDown可以发到 Document , Window , 和 Element .
  • onpointerdown 之间有什么区别?和 onclick事件处理程序?
  • pointerDown可以捕获右/左/中间点击。
  • onClick仅捕获左键单击。

  • 现场示例:

    The example will make it clearer.


    https://codepen.io/nawafscript/pen/WNEyRyO

    关于javascript - pointerdown vs onclick : what is the difference?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69899775/

    31 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com