Hello, I'd like to open a discussion (however brief) about mouse events. For instance, do middle and right click and double click events exist in the browser in the first place? If so, is it possible to differentiate between left, middle, and right clicks?
I'm trying to wrap my head around the event model in the dynapi and came across some missing mouse events. As of now, there's 4 basic logical categories of mouse events. I'll put a * after what seems to be missing. I'll put a + after what seems to be there in some code but I haven't got to work. Position & Movement: onmouseover, onmousemove, onmouseout Left Button: onmousedown, onmouseup, onclick, ondblclick Middle Button: onmdmousedown+, onmdmouseup+, onmdclick*, onmddblclick* Right Button: onrtmousedown, onrtmouseup, onrtclick+, onrtdblclick* Leif ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/
