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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -