Avoiding capture of mouse down in DirectGui widgets?

Hi all!

I was wondering if there is a way to avoid catching the mouse in the DirectGuiWidgets. I’ve noticed in the messenger that basic mouse-down events (“mouse1”, “mouse3”, etc.) don’t get broadcast if my mouse is hovering over DirectGui elements. Is there a way to tell the system to broadcast those events anyway?

Thanks,
Mark

I believe suppressMouse = False is the keyword for this.

David