move and scroll mouse actions

This commit is contained in:
Sam Rang
2016-04-17 23:03:12 -05:00
parent 6dd479e04b
commit fcf9d08f06
5 changed files with 100 additions and 0 deletions
+10
View File
@@ -234,6 +234,16 @@
{
"macroActionType": "releaseMouseButtons",
"mouseButtonsMask": 104
},
{
"macroActionType": "moveMouse",
"x": 123,
"y": 123
},
{
"macroActionType": "scrollMouse",
"x": 123,
"y": 123
}
]
}