Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created November 19, 2017 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/efe20a744075a05b3dc6b6d3d0e263de to your computer and use it in GitHub Desktop.
Save flushpot1125/efe20a744075a05b3dc6b6d3d0e263de to your computer and use it in GitHub Desktop.
//swipe declare
/// <summary>
/// A left swipe occurred
/// </summary>
public HandFeatureEvent SwipeLeft
{
get { return _swipeLeft; }
}
/// <summary>
/// A right swipe occurred
/// </summary>
public HandFeatureEvent SwipeRight
{
get { return _swipeRight; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment