touch - wpf touchdown vs mousedown -


in application user can use touch , mouse. listening mousedown event:

obj->imagecontainer->mousedown += ... 

but there different behaviour when click either tap. in click handler there complex function. click works good, touch tap stucks application.

i can't understand why. if listen touchdown event - both of them called. have idea may difference between both?

thank you


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -