File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
[
3
- " type_keyboard " ,
3
+ " AC_type_keyboard " ,
4
4
{
5
5
"keycode" : 0
6
6
}
7
7
],
8
8
[
9
- " mouse_left " ,
9
+ " AC_mouse_left " ,
10
10
{
11
11
"mouse_keycode" : " mouse_left" ,
12
12
"x" : 500 ,
13
13
"y" : 500
14
14
}
15
15
],
16
16
[
17
- " get_mouse_position "
17
+ " AC_get_mouse_position "
18
18
],
19
19
[
20
- " press_mouse " ,
20
+ " AC_press_mouse " ,
21
21
{
22
22
"mouse_keycode" : " mouse_left" ,
23
23
"x" : 500 ,
24
24
"y" : 500
25
25
}
26
26
],
27
27
[
28
- " release_mouse " ,
28
+ " AC_release_mouse " ,
29
29
{
30
30
"mouse_keycode" : " mouse_left" ,
31
31
"x" : 500 ,
32
32
"y" : 500
33
33
}
34
34
]
35
- ]
35
+ ]
Original file line number Diff line number Diff line change 1
1
[
2
2
[
3
- " type_keyboard " ,
3
+ " AC_type_keyboard " ,
4
4
{
5
5
"keycode" : 0
6
6
}
7
7
],
8
8
[
9
- " mouse_left " ,
9
+ " AC_mouse_left " ,
10
10
{
11
11
"mouse_keycode" : " mouse_left" ,
12
12
"x" : 500 ,
13
13
"y" : 500
14
14
}
15
15
],
16
16
[
17
- " get_mouse_position "
17
+ " AC_get_mouse_position "
18
18
],
19
19
[
20
- " press_mouse " ,
20
+ " AC_press_mouse " ,
21
21
{
22
22
"mouse_keycode" : " mouse_left" ,
23
23
"x" : 500 ,
24
24
"y" : 500
25
25
}
26
26
],
27
27
[
28
- " release_mouse " ,
28
+ " AC_release_mouse " ,
29
29
{
30
30
"mouse_keycode" : " mouse_left" ,
31
31
"x" : 500 ,
32
32
"y" : 500
33
33
}
34
34
]
35
- ]
35
+ ]
You can’t perform that action at this time.
0 commit comments