DirectGUI interfering with mouse wheel input

I meant to listen for “mouse0” and “mouse0-up” events. When you receive “mouse0” you can check MouseWatcher.isOverRegion() at that time. If it returns true, assume the mouse is off-limits until you receive mouse0-up.

David