How to Intercept touch input on Windows 8
问题 I'm writing Windows 8 desktop app and would like it to pop up when user taps the screen with (for example) 4 fingers. I've found this question: How to detect tapping (touch input) globally instead of mouse clicking? the answer offers 3 solutions. The first one is not good for me since I'd like to write app that works on each Win8 tablet. The second one (RegisterPointerInputTarget) works excellent (my app intercepts all possible touch input, even when the start panel is active or a metro app