Skip to content
Snippets Groups Projects
Commit 00feaa6b authored by Yuri Sevatz's avatar Yuri Sevatz Committed by Steve Lhomme
Browse files

vlc-3.0 modules/video_filter/rotate.c: add pf_video_mouse input filter


Add input rotation for mouse events in the rotate video filter.

Previously the rotate video filter would not rotate mouse events,
which would cause confusion if another video filter taking mouse
input was chained before rotate (e.g. zoom, puzzle, etc), and
clicks headed for those in-filter actions would have to go to
their pre-rotated positions in order for VLC to accept them.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
(cherry picked from commit 74c2a6e2) (edited)

edited:
- the filter doesn't have a vlc_filter_operations in this branch

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent bb9ca188
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment