touchscreen - Processing WM_GESTURE in C# -
i need process gestures touch screen. looked @ https://msdn.microsoft.com/en-us/library/windows/desktop/dd353242(v=vs.85).aspx example there in c++, , need c#. know how handle gestures in c#?
i came far private static intptr wndproc(intptr hwnd, int msg, intptr wparam, intptr lparam, ref bool handled) function, i'm not sure how id wm_gesture , gestureinfo in c#. gestureinfo exist in c#?
edit: suggestion made use inkcollection - seems mighty cool, seems windows forms thing - use wpf.
Comments
Post a Comment