Martin Lutken wrote:

I have been using the nsIDOMKeyListener, nsIDOMMouseListener and
nsIDOMUIListener but they seem to have been removed as of FF8 version
8.
I would like to know how to get register callbacks for Key and Mouse
events now the above interfaces are gone.

I think the correct way is to implement the listener using the nsIDOMEventListener interface and to handle the keyboard and mouse events in the HandleEvent() method.

--
Manfred Härtel, DB3HM    mailto:manfred.haer...@rz-online.de
                         http://rz-home.de/mhaertel
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to