Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending recorded data, like minitouch. #10

Open
instasck opened this issue Sep 2, 2019 · 2 comments
Open

Sending recorded data, like minitouch. #10

instasck opened this issue Sep 2, 2019 · 2 comments

Comments

@instasck
Copy link

instasck commented Sep 2, 2019

I see only swipe and tap.
Why not having regualr inputs as well like in minitouch ?
I want to record touch events and repeat, what is the fastest way to implement it (I can do it..)

Thanks ! great work here .

@williamfzc
Copy link
Owner

image

minitouch only supports up/down/move/wait actually.

The fastest way is replaykit or something like that.
And if you want to implement with pyminitouch, I think this is one of solutions.

  • record touch events and save
  • convert these events into minitouch actions

This feature is cool and PR will be always welcome :)

@instasck
Copy link
Author

instasck commented Sep 3, 2019

@williamfzc
I just reliazied that it a lot of work and the events are totally different !
The convertion table is not only one line to another, it can be multiple lines to one in minitouch.
I think I will skip for now until I will find time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants