Crates.io | toca |
lib.rs | toca |
version | 0.1.1 |
source | src |
created_at | 2022-07-08 05:58:19.675368 |
updated_at | 2022-07-08 09:10:27.942579 |
description | a library for record/display keyboard and mouse actions in a period of time. |
homepage | |
repository | https://github.com/lopo12123/toca |
max_upload_size | |
id | 621642 |
size | 88,943 |
repository | issue | mail
A library for record/display keyboard and mouse actions in a period of time.
record
: Continuously record mouse/keyboard behavior until a preset stop-key
is detected.display
: Plays a sequence of mouse/keyboard behavior events of the specified type and position(position is just for
mouse event).You can find all the usage in the examples
folder.
CHANGELOG
v0.1.0
v0.1.1
from_string
to generator action from json
.to_string
to serialize action to json
.