Is this possible to re-duplicate the hardware signal on Linux?
Posted
by
Ted Wong
on Programmers
See other posts from Programmers
or by Ted Wong
Published on 2012-11-15T12:55:01Z
Indexed on
2012/11/15
17:22 UTC
Read the original article
Hit count: 372
Since that every things is a file on the UNIX system. If I have a hardware, for example, a mouse, move from left corner to right corner, it should produce some kinds of file to communicate with the system.
So, if my assumption is correct, is this possible to do following things:
Capture the raw data, which is about moving mouse cursor from left corner to right corner?
Reduplicate the raw data, using a program, same producing speed, and data, in order to "redo" moving mouse cursor from left corner to right corner
© Programmers or respective owner