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

Processing keyword changed to p5 on mouse.js #5281

Merged
merged 6 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributor_docs/hi/contributing_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
* और निश्चित रूप से, यदि आप त्रुटि को ठीक करने वाले व्यक्ति हैं, तो किसी भी [मुद्दों](https://github.com/processing/p5.js/issues) को लेने के लिए स्वतंत्र महसूस करें!

स्वागत हे! हमें बहुत खुशी है कि आप यहाँ हैं!
❤️ p5.js समुदाय
❤️ p5.js समुदाय
2 changes: 1 addition & 1 deletion src/events/mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ p5.prototype.pwinMouseX = 0;
p5.prototype.pwinMouseY = 0;

/**
* Processing automatically tracks if the mouse button is pressed and which
* p5 automatically tracks if the mouse button is pressed and which
* button is pressed. The value of the system variable mouseButton is either
* LEFT, RIGHT, or CENTER depending on which button was pressed last.
* Warning: different browsers may track mouseButton differently.
Expand Down