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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -