A very common task when operating with 2D pictures are mouse down/move events where we are interested which pixel was just clicked. While there is an event data node for the clicked coordinates these are relative to the front panel and translating them into image pixel coordinates is a chore and requires jumping through flaming hoops tweaks. (i.e. label yes/no? zoom factor? etc.)
However, there is a "Mouse" property for 2D images that has all the information directly in pixel coordinates and mouse button states. Currently, we need to read that property inside the mouse event to easily get the information we always (always!!!) want in such an event!
It would be cleaner if mouse events on pictures would output these mouse properties directly as an additional event data node.
Two clear advantages:
Here is an example where this idea would have helped
Here's a picture for the graphical thinkers!
Thanks for voting!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.