p5.js icon indicating copy to clipboard operation
p5.js copied to clipboard

Implemented new variables and methods regarding the mouse events

Open iambiancafonseca opened this issue 1 year ago • 0 comments

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

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

iambiancafonseca avatar May 28 '24 19:05 iambiancafonseca