void mouseOver() not turning blue

edited February 2016 in JavaScript Mode

Hi there.

I'm trying to use the mouseOver() // Processing2, 2.2.1, javascript mode having some problems; but I notice that when I try using another method like mouseReleased() the method name turns blue. This doesn't happen with mouseOver(). Does this indicate that the method isn't being recognised as the one from the http://processingjs.org/reference/mouseOver_/
(like, maybe it thinks that I'm trying to write an original method - and waiting for me to define it - instead of using the one provided.)

thanks

R

Tagged:

Answers

  • Answer ✓

    Seems like mouseOver() is exclusively for Pjs. Therefore it isn't cross-mode compatible w/ Java Mode.

  • edited February 2016

    Javascript mode is the mode I'm using.
    Just worked around it. Thank you!

Sign In or Register to comment.