DirectGUI interfering with mouse wheel input

Hmm, you’re right; my apologies. Looks like it would be helpful to have an additional interface on MouseWatcher that would return the currently focused region.

Lacking that interface, I suppose you would have to track mouse button up/down events to infer whether the cursor is currently focused on a region or not.

David