Search code examples
wpftouchgesture

How to detect a Touch Press and Hold gesture in a WPF application?


It is possible to detect a touch press and hold gesture with the MouseRightButtonDown event. Unfortunately it fires not until I release my finger from the screen. This is to late!

Does anyone have ideas? Thanks in advance.


Solution

  • Use the Hold gesture provided by Blake.NUI toolkit