mirror of
https://github.com/danbulant/node-x11
synced 2026-05-20 21:09:10 +00:00
Add SetInputFocus
This commit is contained in:
parent
cb5017e0b2
commit
fd939c985d
1 changed files with 8 additions and 0 deletions
|
|
@ -385,6 +385,14 @@ module.exports = {
|
|||
return res;
|
||||
}
|
||||
],
|
||||
|
||||
SetInputFocus: [
|
||||
|
||||
function (wid)
|
||||
{
|
||||
return [ 'CCSLL', [42, 0, 3, wid, 0] ];
|
||||
}
|
||||
],
|
||||
|
||||
WarpPointer: [
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue