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


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

c++ - Using Gtest how return different values in ON_CALL? -