Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created March 19, 2020 20:38
Show Gist options
  • Save twittemb/e88c1350711bbd77f7e75737cdd74419 to your computer and use it in GitHub Desktop.
Save twittemb/e88c1350711bbd77f7e75737cdd74419 to your computer and use it in GitHub Desktop.
enum Event {
case increaseLeft
case decreaseLeft
case increaseRight
case decreaseRight
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment