How To Correctly Store User Input (keyboard,mouse) In File Using Keyboard & Mouse Python Modules?
I am using the keyboard and mouse modules to record user interaction with our software so that we can have some high level GUI tests. Currently I am trying to store the recorded ev
Solution 1:
I forgot to answer my own question but here it goes:
Thanks to the guidance from blubberdiblub I have tracked the start time for the tracking and can then add an offset to when the first input occurred. This allows playbacks to be timed somewhat accurately.
Post a Comment for "How To Correctly Store User Input (keyboard,mouse) In File Using Keyboard & Mouse Python Modules?"