Merge pull request #12 from santigimeno/set_input_focus

Add SetInputFocus request
This commit is contained in:
Andrey Sidorov 2012-08-04 15:53:16 -07:00
commit 8bed395742

View file

@ -386,6 +386,14 @@ module.exports = {
}
],
SetInputFocus: [
function (wid, revertTo) // revertTo: 0 - None, 1 - PointerRoot, 2 - Parent
{
return [ 'CCSLL', [42, revertTo, 3, wid, 0] ];
}
],
WarpPointer: [
function (srcWin, dstWin, srcX, srcY, srcWidth, srcHeight, dstX, dstY)