1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00
Samuel Burbano c4c8fc1caf fix: Better mouse position handling (#5773)
This uses offsetX and offsetY on the MouseEvents which helps account for transforms on the player. Unfortunately, this isn't available on TouchEvents, so, while this helps desktop devices with using a mouse, it doesn't help mobile devices using touch.

Fixes #6726, fixes #1102.
2020-08-31 12:32:57 -04:00
..
2020-07-10 12:24:58 -04:00