DirectGUI interfering with mouse wheel input

Thanks. I hadn’t noticed the “suppressMouse” argument.
But I can’t find any var for the mouse wheel_up and wheel_down. panda3d.org/reference/1.8.0/ … da1e047b63

Also, this leads me to another question: why don’t the “not-clickable” parts of the GUI classes not take into account that argument? I would like to disable camera controls even when the mouse cursor is on a DirectFrame or DirectLabel…