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

Implemented new variables and methods regarding the mouse events #7073

Closed
wants to merge 1 commit into from

Conversation

iambiancafonseca
Copy link
Contributor

Changes:
lastButtonPressed;
lastButtonReleased;
lastButtonClicked;
currentButton;
mouseInteractions (Array);
mouseInteraction (Class);
setSizeInteractionsList();

Added other complementary auxiliary variables and methods;
Added the correspondent unit tests for the new variables and methods;
Added the necessary documentation to further test the new implemented variables and methods.

PR Checklist

  • npm run lint passes
  • [Inline documentation] is included / updated
  • [Unit tests] are included / updated

New variables and methods:
lastButtonPressed;
lastButtonReleased;
lastButtonClicked;
currentButton;
mouseInteractions (Array);
mouseInteraction (Class);
setSizeInteractionsList();
Added other complementary auxiliary variables and methods;
Added the correspondent unit tests for the new variables and
methods;
Added the necessary documentation to further test the new
implemented variables and methods;

Co-authored-by: Bianca Fonseca <bianca.fonseca@tecnico.ulisboa.pt>
@limzykenneth
Copy link
Member

Hi, we usually require an issue to be opened for discussions before a PR should be filed, so that we can work out any implementation details or to indicate that we are not interested in including any specific features in the library before any work is done. Please open a separate issue about what changes you are proposing.

I'm closing this for now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants