summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2020-05-01 19:51:33 +0200
committerSamuel Mannehed <samuel@cendio.se>2020-05-01 20:37:48 +0200
commitf477469fb5162c18177a0809682096ebf2e5fda2 (patch)
tree7463d5e1c4b38d6556464359116b9a884e83ccf8
parentc9582690ac29919f8f1500aa456b378487cfd486 (diff)
downloadnovnc-f477469fb5162c18177a0809682096ebf2e5fda2.tar.gz
Fix wording in comment
-rw-r--r--core/input/mouse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/mouse.js b/core/input/mouse.js
index 344f9a8..15a54ee 100644
--- a/core/input/mouse.js
+++ b/core/input/mouse.js
@@ -41,7 +41,7 @@ export default class Mouse {
// ===== EVENT HANDLERS =====
- this.onmousebutton = () => {}; // Handler for mouse button click/release
+ this.onmousebutton = () => {}; // Handler for mouse button press/release
this.onmousemove = () => {}; // Handler for mouse movement
}