DirectGUI interfering with mouse wheel input

Well, you can always write your camera control class to check first if the mouse is over one of the clickable regions before it does anything. You can use base.mouseWatcherNode.isOverRegion() or getOverRegion().

David