@maaxyz/maa-node 5.2.4 → 5.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,6 +165,9 @@ declare global {
165
165
  post_touch_up(contact: number): Job<CtrlId, Controller>
166
166
  post_key_down(keycode: number): Job<CtrlId, Controller>
167
167
  post_key_up(keycode: number): Job<CtrlId, Controller>
168
+ /**
169
+ * Post a scroll action. Using multiples of 120 (WHEEL_DELTA) is recommended for best compatibility.
170
+ */
168
171
  post_scroll(dx: number, dy: number): Job<CtrlId, Controller>
169
172
  post_screencap(): ImageJob
170
173
  override_pipeline(pipeline: Record<string, unknown> | Record<string, unknown>[]): void
package/package.json CHANGED
@@ -28,13 +28,13 @@
28
28
  "prettier": "^3.5.2",
29
29
  "typescript": "^5.8.2"
30
30
  },
31
- "version": "5.2.4",
31
+ "version": "5.2.6",
32
32
  "optionalDependencies": {
33
- "@maaxyz/maa-node-darwin-arm64": "5.2.4",
34
- "@maaxyz/maa-node-darwin-x64": "5.2.4",
35
- "@maaxyz/maa-node-linux-arm64": "5.2.4",
36
- "@maaxyz/maa-node-linux-x64": "5.2.4",
37
- "@maaxyz/maa-node-win32-arm64": "5.2.4",
38
- "@maaxyz/maa-node-win32-x64": "5.2.4"
33
+ "@maaxyz/maa-node-darwin-arm64": "5.2.6",
34
+ "@maaxyz/maa-node-darwin-x64": "5.2.6",
35
+ "@maaxyz/maa-node-linux-arm64": "5.2.6",
36
+ "@maaxyz/maa-node-linux-x64": "5.2.6",
37
+ "@maaxyz/maa-node-win32-arm64": "5.2.6",
38
+ "@maaxyz/maa-node-win32-x64": "5.2.6"
39
39
  }
40
40
  }