mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 01:01:51 +00:00
some debug dump removed
This commit is contained in:
parent
0073aec478
commit
dfa3a14820
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ exports.requireExt = function(display, callback)
|
||||||
ext.FakeInput = function( type, keycode, time, wid, x, y )
|
ext.FakeInput = function( type, keycode, time, wid, x, y )
|
||||||
{
|
{
|
||||||
X.seq_num++;
|
X.seq_num++;
|
||||||
console.log([X.seq_num, 'CCSCCxxLLxxxxxxxxssxxxxxxxx', [ext.majorOpcode, 2, 9, type, keycode, time, wid, x, y]]);
|
|
||||||
X.pack_stream.pack('CCSCCxxLLxxxxxxxxssxxxxxxxx', [ext.majorOpcode, 2, 9, type, keycode, time, wid, x, y]);
|
X.pack_stream.pack('CCSCCxxLLxxxxxxxxssxxxxxxxx', [ext.majorOpcode, 2, 9, type, keycode, time, wid, x, y]);
|
||||||
X.pack_stream.flush();
|
X.pack_stream.flush();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue