does winrt have a gesture builder

≡放荡痞女 提交于 2019-12-25 01:35:23

问题


In the android world there is a cool utility called Gesture Builder that allows you to associate a pre-recorded gesture with a command. For example, they can do an X on the screen and it would close the app, or draw a heart and have the app send a valentine email.

Is there a similar feature with WinRT?


回答1:


I don't think there is anything built in, but you could try $1, N$ - One Dollar and N Dollar Recognizers:

  • http://depts.washington.edu/aimgroup/proj/dollar/
  • http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html
  • http://blogs.claritycon.com/kevinmarshall/2008/11/21/beginning-multi-touch-on-windows-7-amp-basic-gesture-recognition/
  • http://employees.claritycon.com/kmarshall/DollarMultiTouch.zip



回答2:


This is not exactly what you want but may be helpful Windows.UI.Input.GestureRecognizer.



来源:https://stackoverflow.com/questions/13731996/does-winrt-have-a-gesture-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!