1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-31 11:26:45 +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
..
2019-08-30 14:56:41 -04:00