1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-22 15:43:13 +00:00
mpv/video/out/cocoa
Akemi 3064bbe1dd cocoa: fix scroll wheel input with Shift modifier
holding shift swaps the scroll wheel axes and deltaY returned zero.
summing up deltaX and deltaY will always give us the right button.

Fixes #3506
2017-02-19 17:54:06 +01:00
..
events_view.h cocoa: refactor mouse events and cursor visibility 2017-02-16 22:22:11 +01:00
events_view.m cocoa: fix scroll wheel input with Shift modifier 2017-02-19 17:54:06 +01:00
mpvadapter.h cocoa: refactor mouse events and cursor visibility 2017-02-16 22:22:11 +01:00
video_view.h
video_view.m cocoa: cosmetic fixes 2016-12-16 16:32:26 +01:00
window.h cocoa: move updateBorder method to the protocol 2017-01-19 14:54:22 +01:00
window.m cocoa: optimise screen event handling 2017-02-02 16:22:27 +01:00