Not Hover On Canvas Element

How can I do it?

20chrcter20chrcter20chrcter

Hi. Could you please add some more information on what you’re trying to achieve:

  • e.g. you are trying to toggle whether a canvas button is hoverable.

I know this is old already, but I guess you think of something like “on hover leave”!
You can achieve this with an “Invert Output” Node. Here’s a screenshot of a Canvas Image that changes size on wether the mouse hovers over it or not…

Hope this helps! =)

1 Like

As far as I understand from the TElement class, there’s aren’t pressed or released events. The pressed state is handled by the event property (so the Event class is used instead).

It would be nice to have something like notifyOnPressed, notifyOnHover and notifyOnRelease in TElement.