Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor MouseButton enumeration #19

Closed
2 tasks done
chances opened this issue Feb 3, 2021 · 0 comments
Closed
2 tasks done

Refactor MouseButton enumeration #19

chances opened this issue Feb 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@chances
Copy link
Owner

chances commented Feb 3, 2021

  • Move the enum to the teraflop.input module
  • Switch enum members to camel case

enum MouseButton {
///
NONE = 0,
///
LEFT = 1,
///
RIGHT = 2,
///
MIDDLE = 4
}

@chances chances added the enhancement New feature or request label Feb 3, 2021
@chances chances self-assigned this Feb 3, 2021
@chances chances closed this as completed in 5602972 Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant