Fix wording in comment
This commit is contained in:
committed by
Lauri Kasanen
parent
9098478faf
commit
93e42772bc
@@ -41,7 +41,7 @@ export default class Mouse {
|
|||||||
|
|
||||||
// ===== EVENT HANDLERS =====
|
// ===== EVENT HANDLERS =====
|
||||||
|
|
||||||
this.onmousebutton = () => {}; // Handler for mouse button click/release
|
this.onmousebutton = () => {}; // Handler for mouse button press/release
|
||||||
this.onmousemove = () => {}; // Handler for mouse movement
|
this.onmousemove = () => {}; // Handler for mouse movement
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user