On Monday 29 April 2002 23:06, Andreas Mohr wrote: > On Mon, Apr 29, 2002 at 10:33:04PM +0100, degs wrote: > > Hi, > > > > Can anyone suggest what debug channels would be useful for locating the > > cause of focus or mouse input routing problems? > > --debugmsg +relay,+win,+msg,+sendmsg,+message,+event,+x11,+x11drv,+cursor > Mainly relay, event, msg, x11drv, I think. > > Then have a look at search.microsoft.com to locate some docu about one or > another thing, and that's it.
Thanks. It looks like mouse messages are going to the window's parent rather than the window itself. I'm not very familiar with win32 so I don't know if this is usual or not but it seems a bit odd. Anyway - at least I have an idea what's going on now. -- degs
