This commit is contained in:
2024-02-09 01:03:35 +08:00
commit daf17bcfd7
5 changed files with 23 additions and 0 deletions

BIN
dm.dll Normal file

Binary file not shown.

11
main.java Normal file
View 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
View 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

Binary file not shown.

View File

@ -0,0 +1 @@
regsvr32 dm.dll