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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -