/MouseRecord

C#... Every time the mouse is moved, the label with the coordinates changes to show the new position of the mouse's x,y coordinates. The recording sequence captures mouse clicks and the delays in milliseconds between each click. This concept allows for storing the recorded pattern in a log file or in paralleled arrays, allowing for simple playback.

Primary LanguageC#

This repository is not active