[webkit-dev] Mouse Lock API

Vincent Scheib scheib at chromium.org
Thu Oct 13 19:36:27 PDT 2011


Can I get a first pass technical review of the patch here:
https://bugs.webkit.org/show_bug.cgi?id=68468
The main goals are to put a compile / runtime switch in for mouse lock, get
the IDL in place, and pass the new movementX/Y members around.

I could also use any hint people have for correctly compiling a call with a
VoidCallback:
.idl:
in [optional] VoidCallback successCallback, in [optional] VoidCallback
failureCallback*/);
.h:
void webkitLockMouse(/*PassRefPtr<VoidCallback> successCallback,
PassRefPtr<VoidCallback> failureCallback*/);

Thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20111013/37fbb735/attachment.html>


More information about the webkit-dev mailing list