Add SetInputFocus

This commit is contained in:
Santiago Gimeno 2012-08-03 15:21:29 +02:00
parent cb5017e0b2
commit fd939c985d

View file

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