c# - Receiving touch events outside window -
how can receiving touch events outside window in wpf? mouse can use that:
system.windows.input.mouse.capture(this, system.windows.input.capturemode.subtree); i need same behavior in answer touch
how can receiving touch events outside window in wpf? mouse can use that:
system.windows.input.mouse.capture(this, system.windows.input.capturemode.subtree); i need same behavior in answer touch
Comments
Post a Comment