I’d like to be able to display additional information (e.g. some 3d text or a Dot) when I hover over a DisplayConduit object.
Is this possible?
For example when I’m in the DisplayConduit can I get access to the current mouse coordinates (from which I might be able to transform/calculate what is being hovered over.)
There might be a nicer way? (In which the object being hovered over is identified, rather than just the screen coordinates.)
Does the SDK support today mouse-over highlight (not necessary for DisplayConduit objects but for objects in general)? Just wanted to be sure. Would be great if there is a way to handle that.