MouseEvents while dragging files

Is there any way to be notified of mouse events while dragging (before dropping) files into a Component? I’d like to visually indicate a drop zone while dragging files, but none of the mouse events are being called.

For some reason I suspect that this is a Windows problem and not a Juce one, but I thought I’d check anyway.

Yeah, it might be possible with some windows hackery, but it’s not something I’ve tried to do.