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

@ -385,6 +385,14 @@ module.exports = {
return res;
}
],
SetInputFocus: [
function (wid, revertTo) // revertTo: 0 - None, 1 - PointerRoot, 2 - Parent
{
return [ 'CCSLL', [42, revertTo, 3, wid, 0] ];
}
],
WarpPointer: [