mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
Add SetInputFocus
This commit is contained in:
parent
cb5017e0b2
commit
fd939c985d
1 changed files with 8 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue