Get mouse click location and event
I would like to put a callback on any mouse clicks in the World View. The callback requires the location of the mouse click.
Is this possible without modifying gazebo (system plugin?)? This question and answer is probably very similar to this question, although I am focused on mouse clicks, not key presses.
One idea I have is capturing clicks on a transparent GUIOverlay
, but CEGUI is completely new to me so I'm not sure if this is viable. I'm also hoping there's a better solution I haven't been able to find yet.
Thanks