Hi, I am writing a "Gtk " browser based on Gecko. I need to receive all mouse movements not just:
NS_IMETHOD MouseDown(nsIDOMEvent* aMouseEvent) = 0; NS_IMETHOD MouseUp(nsIDOMEvent* aMouseEvent) = 0; NS_IMETHOD MouseClick(nsIDOMEvent* aMouseEvent) = 0; NS_IMETHOD MouseDblClick(nsIDOMEvent* aMouseEvent) = 0; NS_IMETHOD MouseOver(nsIDOMEvent* aMouseEvent) = 0; NS_IMETHOD MouseOut(nsIDOMEvent* aMouseEvent) = 0; Is there a way to receive all mouse movements? Thanks, Andreas.
