Add Win32 gestures helper
commit20c8e19ed360854cbc77b6b55285e04d651c1b50
authorLudovic Fauvet <etix@videolan.org>
Fri, 14 Feb 2014 19:00:48 +0000 (14 20:00 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 16 Feb 2014 22:51:13 +0000 (16 23:51 +0100)
treeac8204189fb64344048df46d1ee1213a89e5ba7c
parent2581bd185d4e34e9eb77ce64352adf1a24b40e28
Add Win32 gestures helper

This is a helper to take action on touchscreens on Windows 7 or later
It uses the braindead WM_GESTURE API and supports volume, seek (1 and 2
fingers), play/pause (2finger touch) and fullscreen (zoom gesture)

The API is simple so other UI element can use it, notably Qt and the
vouts

This has been edited by jb too

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/control/win32touch.c [new file with mode: 0644]
modules/control/win32touch.h [new file with mode: 0644]