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:
Thomas Guillem <thomas@gllm.fr>
Please register or sign in to comment