init
This commit is contained in:
commit
daf17bcfd7
11
main.java
Normal file
11
main.java
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
public class Main {
|
||||||
|
static {
|
||||||
|
System.load("dm.dll");
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
// 使用大漠dll 控制鼠标移动到屏幕中心位置
|
||||||
|
DM dm = new DM();
|
||||||
|
dm.MoveTo(960, 540);
|
||||||
|
}
|
||||||
|
}
|
11
package.json
Normal file
11
package.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "dm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
BIN
大漠接口说明.CHM
Normal file
BIN
大漠接口说明.CHM
Normal file
Binary file not shown.
1
注册大漠插件到系统.bat
Normal file
1
注册大漠插件到系统.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
regsvr32 dm.dll
|
Loading…
Reference in New Issue
Block a user