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
Post a Comment