stevenhoving / camstudio

CamStudio fork
Other
96 stars 38 forks source link

Reevaluate recording mouse position #12

Closed stevenhoving closed 6 years ago

stevenhoving commented 6 years ago

Currently the position of the mouse is always recorded. If configured that you dont need the mouse cursor in the output file then this data gets disregarded. As i have experienced, recording mouse position while debugging is really slowing everything down. So also look at its performance.

stevenhoving commented 6 years ago

after some thought, I am wondering if recording the mouse position all the time is actually needed. From what I see the only thing needed is the global mouse click and its position.

stevenhoving commented 6 years ago

Reopen if for some reason we need mouse position recording