mazes
mazes copied to clipboard
Why EVENT_MOUSE_OVER doesn't work?
I tried to replace EVENT_CLICK
with EVENT_MOUSE_OVER
but that event is never triggered. I replaced the events here:
https://github.com/codebox/maze.js/blob/12c1949d5e082506495464219a0592e0a8e4fbbc/maze.js#L251
and here:
https://github.com/codebox/mazes/blob/main/js/main.js#L155
I tried with mousemove
too but that didn't work either.
What is the reason only click
works?