mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 23:14:06 +08:00
模拟按键
This commit is contained in:
parent
ef3ea6197b
commit
fdae49fea1
BIN
robotjs/darwin/robotjs.node
Normal file
BIN
robotjs/darwin/robotjs.node
Normal file
Binary file not shown.
5
robotjs/index.js
Normal file
5
robotjs/index.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if(process.platform==='darwin'){
|
||||||
|
module.exports = require('./darwin/robotjs.node')
|
||||||
|
}else if(process.platform==='win32'){
|
||||||
|
module.exports = require(`./win32/${process.arch}/robotjs.node`)
|
||||||
|
}
|
BIN
robotjs/win32/ia32/robotjs.node
Normal file
BIN
robotjs/win32/ia32/robotjs.node
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user