Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created August 23, 2010 14:46
Show Gist options
  • Save zc00gii/545618 to your computer and use it in GitHub Desktop.
Save zc00gii/545618 to your computer and use it in GitHub Desktop.
while(sdlPollEvent(event&)) {
match event key keysym unicode {
case 'q' =>
"q" print()
case 'Q' =>
"Q" print()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment