Skip to content

Instantly share code, notes, and snippets.

@jesterswilde
Last active December 17, 2018 21:55
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 jesterswilde/d545da190101ae976b1d389a6d18a534 to your computer and use it in GitHub Desktop.
Save jesterswilde/d545da190101ae976b1d389a6d18a534 to your computer and use it in GitHub Desktop.
public enum ActionEnum
{
PressForward,
ReleaseForward,
PressRight,
ReleaseRight,
PressBack,
ReleaseBack,
PressLeft,
ReleaseLeft,
Activate,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment