-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add inject_evdev application #299
Conversation
inject_evdev.zip |
Example usage: Another example would be to create a file named
And then run the following: You can also just run |
Not at all, this allows injecting fake evdev events via any script. iago is for drawing shapes, so while it does inject pen events, it first has a UI for you to position the shape before drawing. This serves a very specific purpose, which inject_evdev does not. lamp is just for listening to touch events and running things based on gestures. |
No description provided.