matter-js icon indicating copy to clipboard operation
matter-js copied to clipboard

No source event entry created for mousewheel in mouse.js

Open tehbiga opened this issue 1 year ago • 0 comments

Was confused for some time why I could not process the mousewheel source event value when I realized that it's not being created even though a default of null is set earlier in the file.

https://github.com/liabru/matter-js/blob/014ef77d1e30b44cb65098c0efc9c9d623a40496/src/core/Mouse.js#L100-L103

tehbiga avatar Jul 21 '22 06:07 tehbiga