Skip to content

Instantly share code, notes, and snippets.

@jorendorff
Created February 7, 2016 04:59
Show Gist options
  • Save jorendorff/97d68e4273fefcf15262 to your computer and use it in GitHub Desktop.
Save jorendorff/97d68e4273fefcf15262 to your computer and use it in GitHub Desktop.
enum UIEvent {
MouseMove(i32, i32),
MousePress(MouseButton, i32, i32),
KeyPress(Key, KeyModifiers),
Render(Graphics)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment