[interfacekit] Re: A little help... (2)

On Sun, 16 Mar 2003, Axel =?iso-8859-1?q?D=F6rfler ?= wrote:

>
> "Adi Oanca" <e2joseph@xxxxxxxxxx> wrote:
> > 1)
> > Can someone tell me something about this private method
> >     void BWindow::set=5Ffocus(BView* focus, bool notify=5Finput=5Fserver);
> > why, sometimes, input=5Fserver must be notified=3F=3F
>
> Maybe the input server directly sends mouse-moved messages to the view,
> without app=5Fserver interaction=3F
> Then, it would need to be told to which handler it has to send the
> messages.

The key and mouse messages don't have a reply info
(cf. http://tfs.cs.tu-berlin.de/~bonefish/private/input-test.cpp).
But with a valid BApplication -- as for the input server -- this is not
easy to achieve, since when passed a bad reply handler/messenger the
standard message sending methods use the app messenger instead.

CU, Ingo

Other related posts: