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 -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -