Page 1 of 1

How to use handleMouseGrab function?

Posted: 29 Aug 2013 20:15
by hax001
In the Wiki (https://wiki.videolan.org/Documentation:WebPlugin), there is a handleMouseGrab function.:

Code: Select all

function handleMouseGrab(event,X,Y) { if (!event) event = window.event; // IE vlcdebug("new position (" + X + "," + Y + ")"); }
I would like to try to use this one, as trying to capture mouse events with a layover div in IE is proving challenging.

Can someone please give an example of how to implement this?


Thanks.