Fix wording in comment

pull/36/head
Samuel Mannehed 5 years ago committed by Lauri Kasanen
parent 9098478faf
commit 93e42772bc

@ -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
}

Loading…
Cancel
Save