Get realtime mouse position in panel.
-
Hey is it possible to get the realtime (x/y) values of the cursor inside a panel?
I've enabled Clicks&Hover and attached to the panel broadcaster however it seems like the event is only triggered once and on clicks but I would love to get the X and Y position of the mouse inside the panel.
-
@oskarsh set allowCallbacks to All Callbacks
-
@oskarsh Hi, have you solved this? Can you help me?
-
@pelle yes set the panel to all callbacks and use the mouse broadcaster to get the events
-
@oskarsh The panel also has its own mouse callback so you can do it there, without creating another broadcaster, unless you have need of the broadcaster's modular function stacking.
Any other widget type and yeah, you need a broadcaster.
-
This post is deleted!