Using a Custom Gesture Recognizer
Using a Custom Gesture Recognizer |
You can use a custom gesture recognizer independently, or in addition to the GestureRecognizer.
Create your custom gesture recognizer as a synchronous RealTimeStylus plug-in, have it create CustomStylusData, and include the plug-in in the same StylusSyncPluginCollection as the GestureRecognizer. In the plug-in you should combine gesture notifications from both recognizers into notifications to be consumed by an application.