Skip to content

Instantly share code, notes, and snippets.

@jakubbarczyk
Last active May 11, 2023 16:42
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 jakubbarczyk/7f5a6a0a4931e13ac12b55d082fd364e to your computer and use it in GitHub Desktop.
Save jakubbarczyk/7f5a6a0a4931e13ac12b55d082fd364e to your computer and use it in GitHub Desktop.
export enum MouseButton {
None = 0,
Primary = 1,
Secondary = 2,
Auxiliary = 4,
BrowserBack = 8,
BrowserForward = 16
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment