Aaron Elkins
over 5 years ago
Thank you for your feedback.
One thing about some more complex mouse gestures: I was thinking to make some more fun and interesting gestures, but I found the more complex the gesture is, the harder to accurately detect them by code. And at the end, you will get the wrong command to execute while drawing a complex gesture due to the inaccurate matching algorithm.
So I just added some simple gesture which is more easy to draw and more accurate to match in my code.