11 #include "input/touch/TouchTypes.h" 12 #include "windowing/WinEvents.h" 19 bool MessagePump()
override;
20 static LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
23 static void RegisterDeviceInterfaceToHwnd(GUID InterfaceClassGuid, HWND hWnd, HDEVNOTIFY *hDeviceNotify);
24 static void WindowFromScreenCoords(HWND hWnd, POINT *point);
25 static void OnGestureNotify(HWND hWnd, LPARAM lParam);
26 static void OnGesture(HWND hWnd, LPARAM lParam);
28 static int m_originalZoomDistance;
Implementation of IGenericTouchGestureDetector to detect swipe gestures in any direction.
Definition: GenericTouchSwipeDetector.h:20
Definition: WinEventsWin32.h:16
Definition: WinEvents.h:13
A class representing a touch pointer interaction consisting of an down touch, the last touch and the ...
Definition: TouchTypes.h:49