You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mouse position on the video does not match the real position. This is a bit annoying if I want to use the screen recorder to create learning material.
The text was updated successfully, but these errors were encountered:
That would be good indeed. Thanks for the offer.
For myself it is not so urgent at the moment, as the screen recording
capabilities of PowerPoint are excellent. However, for all those who work
with open source products in the first place, ModuleArt Quick Screen
Recorder is an excellent alternative. I also prefer not to use the game
bar, as my experience is that is slows down Windows quite a lot.
All the best
Am Fr., 28. Mai 2021 um 04:13 Uhr schrieb Eugene Volynko <
***@***.***>:
To solve this issue is enough to change in MainForm.cs the line
Recorder.DrawIcon(g.GetHdc(), pci.ptScreenPos.x, pci.ptScreenPos.y,
pci.hCursor);
To
Recorder.DrawIcon(g.GetHdc(), pci.ptScreenPos.x - (int)xNumeric.Value,
pci.ptScreenPos.y - (int)yNumeric.Value, pci.hCursor);
Thank you for the hint. You can make a pull request with this fix if you
want.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMD7HARM4AZO3IE4DMMZD3TP3325ANCNFSM4PFYSPFQ>
.
The mouse position on the video does not match the real position. This is a bit annoying if I want to use the screen recorder to create learning material.
The text was updated successfully, but these errors were encountered: