yamspog
yamspog

Reputation: 18343

does winrt have a gesture builder

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?

Upvotes: 0

Views: 303

Answers (2)

maxim pg
maxim pg

Reputation: 701

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

Upvotes: 0

Related Questions