Skip to content

qt: fix video mouse position report when the device pixel ratio is not 1.0

Pierre Lamot requested to merge chub/vlc:qt/fix-mouse-report-position into master

Mouse events are reported in Qt's coordinates and needs to be scaled. This is analogous to the way we are scaling the video size report event.

fix: #27674

Merge request reports