windows ce and pocketpc 2003
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to capture the event that happens on holding the stylus at a point on the screen i tried doing what i want to do in the handler of NM_RECOGNIZEGESTURE but that doesnt work. Any sugesstions.
-
I am trying to capture the event that happens on holding the stylus at a point on the screen i tried doing what i want to do in the handler of NM_RECOGNIZEGESTURE but that doesnt work. Any sugesstions.
Did you try WM_LBUTTONDOWN and WM_LBUTTONUP?