Hello! I want to intercept (and then throw away or dispatch back to Mozilla) drop and drag events. In my particular application, Mozilla interprets just about everything as a drag or a drop event. (This is due to the nature of my input device.)
Said another way, I want to convert most drag and drop events into plain old mouse clicks to my embedded Mozilla window. However, to do that, I need to get Mozilla to send the drag and drop events to a listener in my application; this is what I cannot figure out how to do. Once I have that done, if my application determines that a drag or a drop event was really a mouse click, I need to tell the Mozilla window that it just received a mouse click event (and not have any of the internal Mozilla listeners interpret the drag/drop events); I do not know how to do this, either. Can someone please tell me how to implement this functionality? Take care, Darwin
