سؤال

I want to define a mouse gesture in C# with below properties:

  1. Firing the event before other applications that have same gesture
  2. Define different gesture based on different user mouse speed.

So what is the best solution?

هل كانت مفيدة؟

المحلول

Mouse Gestures from CodePlex the source code is available if you need to extend the functionality.

Just make sure to read the license before publishing or anything like that.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top