mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 01:01:51 +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;
|
return res;
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
SetInputFocus: [
|
||||||
|
|
||||||
|
function (wid)
|
||||||
|
{
|
||||||
|
return [ 'CCSLL', [42, 0, 3, wid, 0] ];
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
WarpPointer: [
|
WarpPointer: [
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue