c# - Accept touch without moving mouse? -


i'm writing joy pad emulator tablet fun , challenge. can touch buttons drawn on form , have keypresses activate in form. problem many games (i'm testing on minecraft) use mouse offset let player around world. problem when touch button, mouse moves there , player in game looks around wildly.

how can accept touch input in c# using wpf without moving mouse?

i don't think can want do. mouse & touch input bound os, there's nothing can decouple them within application.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -