Fix wording in comment
This commit is contained in:
parent
c9582690ac
commit
f477469fb5
|
@ -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…
Reference in New Issue