mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-12 12:05:20 +08:00
23 lines
252 B
INI
23 lines
252 B
INI
[create]
|
|
url=tcp://localhost:2233
|
|
|
|
[send_event]
|
|
target=window
|
|
type=pointer_down
|
|
x = 100
|
|
y = 300
|
|
|
|
[send_event]
|
|
target=window
|
|
type=pointer_move
|
|
x = 101
|
|
y = 301
|
|
|
|
[send_event]
|
|
target=window
|
|
type=pointer_up
|
|
x = 100
|
|
y = 300
|
|
|
|
[back]
|