c# - Recognize touch as MouseDown event -
i building puzzle game in c#, winforms touch screen.
i able handle touch events on mouse handlers, in fact, did nothing @ all, recognizes touches. however, there issue can't figure out. mouse_down, happens when move bit finger, , did not recognize instant when touch screen.
does has faced problem? should implement touch events recognition? if so, please point me documentation or examples?
many in advance
one suggestion sounds plausible solution override wndproc , search wm_touch event. more details here: https://stackoverflow.com/a/15785333/3330348
Comments
Post a Comment