i am trying to create a backround process which will record the
events(keyboard and mouse) for any application running from the
terminal within a span of time.If it is a keyboard event it must tell
me what key is pressed and if it is a mouse event i must be able to
get the button pressed and the coordinates related to the screen.i am
particularly interested in java applications.i am not supposed to
disturb the process running in the foreground.my background process
must be able to store all the events in a file. pls tell me the
necessary apis,site and the good books to be referred.
thank you
events(keyboard and mouse) for any application running from the
terminal within a span of time.If it is a keyboard event it must tell
me what key is pressed and if it is a mouse event i must be able to
get the button pressed and the coordinates related to the screen.i am
particularly interested in java applications.i am not supposed to
disturb the process running in the foreground.my background process
must be able to store all the events in a file. pls tell me the
necessary apis,site and the good books to be referred.
thank you